mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-03 14:42:53 +00:00
Just don't draw song credit
This commit is contained in:
parent
e123b2acd7
commit
1b74665259
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue