From 1928dd86f10e0e1c5a766aebe84c36ddf8de392d Mon Sep 17 00:00:00 2001 From: Latapostrophe Date: Wed, 31 Oct 2018 17:14:32 +0100 Subject: [PATCH] I forgot a }, you may slap me. --- src/hu_stuff.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index b4337306..e4eccadf 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -2114,7 +2114,8 @@ void HU_Drawer(void) #ifdef HAVE_BLUA LUAh_ScoresHUD(); #endif - } + } + } if (gamestate != GS_LEVEL) return;