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:
Sryder 2019-07-17 16:46:24 -04:00
commit f7f27199a6

View file

@ -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