Just don't draw song credit

This commit is contained in:
James R 2019-07-17 13:38:38 -07:00
parent e123b2acd7
commit 1b74665259

View file

@ -2364,7 +2364,6 @@ void HU_Drawer(void)
{ {
HU_DrawDemoInfo(); HU_DrawDemoInfo();
} }
return;
} }
if (gamestate != GS_LEVEL) if (gamestate != GS_LEVEL)
@ -2387,7 +2386,7 @@ void HU_Drawer(void)
}*/ }*/
// draw song credits // draw song credits
if (cv_songcredits.value) if (cv_songcredits.value && !hu_showscores)
HU_DrawSongCredits(); HU_DrawSongCredits();
// draw desynch text // draw desynch text