From a0f90f98779dfa426f6633c00da9837ff728d05c Mon Sep 17 00:00:00 2001 From: Allanis Date: Wed, 20 Feb 2013 21:26:17 +0000 Subject: [PATCH] [Add] Just playing around, as I can't be bothered to do anything big. --- src/player.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player.c b/src/player.c index 1700288..5af921d 100644 --- a/src/player.c +++ b/src/player.c @@ -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.; }