From 1b74665259973eeb344bdfe7625dc57b320cfa71 Mon Sep 17 00:00:00 2001 From: James R Date: Wed, 17 Jul 2019 13:38:38 -0700 Subject: [PATCH] Just don't draw song credit --- src/hu_stuff.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index 25b9c16ed..63945e61f 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -2364,7 +2364,6 @@ void HU_Drawer(void) { HU_DrawDemoInfo(); } - return; } if (gamestate != GS_LEVEL) @@ -2387,7 +2386,7 @@ void HU_Drawer(void) }*/ // draw song credits - if (cv_songcredits.value) + if (cv_songcredits.value && !hu_showscores) HU_DrawSongCredits(); // draw desynch text