mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'no-credit-on-scores' into 'master'
Don't draw song credit over scores HUD See merge request KartKrew/Kart!162
This commit is contained in:
commit
f7f27199a6
1 changed files with 1 additions and 1 deletions
|
|
@ -2386,7 +2386,7 @@ void HU_Drawer(void)
|
|||
}*/
|
||||
|
||||
// draw song credits
|
||||
if (cv_songcredits.value)
|
||||
if (cv_songcredits.value && !( hu_showscores && (netgame || multiplayer) ))
|
||||
HU_DrawSongCredits();
|
||||
|
||||
// draw desynch text
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue