[Add] Just playing around, as I can't be bothered to do anything big.

This commit is contained in:
Allanis 2013-02-20 21:26:17 +00:00
parent 943886f53e
commit a0f90f9877

View File

@ -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.);
glEnd();
}
}
@ -960,6 +959,7 @@ void player_brokeHyperspace(void) {
pilot_rmFlag(player, PILOT_HYPERSPACE | PILOT_HYP_BEGIN | PILOT_HYP_PREP);
// Done with that flash thingy.
player_message("BANG!");
hyperspace_flash = 0.;
}