mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-04 23:22:36 +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();
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue