[Add] Just playing around, as I can't be bothered to do anything big.
This commit is contained in:
parent
943886f53e
commit
a0f90f9877
@ -452,7 +452,6 @@ void player_render(void) {
|
|||||||
glVertex2d(-gl_screen.w/2., gl_screen.h/2.);
|
glVertex2d(-gl_screen.w/2., gl_screen.h/2.);
|
||||||
glVertex2d( gl_screen.w/2., gl_screen.h/2.);
|
glVertex2d( gl_screen.w/2., gl_screen.h/2.);
|
||||||
glVertex2d( gl_screen.w/2., -gl_screen.h/2.);
|
glVertex2d( gl_screen.w/2., -gl_screen.h/2.);
|
||||||
|
|
||||||
glEnd();
|
glEnd();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -960,6 +959,7 @@ void player_brokeHyperspace(void) {
|
|||||||
pilot_rmFlag(player, PILOT_HYPERSPACE | PILOT_HYP_BEGIN | PILOT_HYP_PREP);
|
pilot_rmFlag(player, PILOT_HYPERSPACE | PILOT_HYP_BEGIN | PILOT_HYP_PREP);
|
||||||
|
|
||||||
// Done with that flash thingy.
|
// Done with that flash thingy.
|
||||||
|
player_message("BANG!");
|
||||||
hyperspace_flash = 0.;
|
hyperspace_flash = 0.;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user