mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Really just the scores HUD
This commit is contained in:
parent
1b74665259
commit
14235ecb74
1 changed files with 1 additions and 1 deletions
|
|
@ -2386,7 +2386,7 @@ void HU_Drawer(void)
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
// draw song credits
|
// draw song credits
|
||||||
if (cv_songcredits.value && !hu_showscores)
|
if (cv_songcredits.value && !( hu_showscores && (netgame || multiplayer) ))
|
||||||
HU_DrawSongCredits();
|
HU_DrawSongCredits();
|
||||||
|
|
||||||
// draw desynch text
|
// draw desynch text
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue