mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Merge branch 'song-credit-level-only' into 'master'
Don't draw song credit outside on results or vote screens Closes #390 See merge request KartKrew/Kart!867
This commit is contained in:
commit
d4c27bb2a7
1 changed files with 4 additions and 4 deletions
|
|
@ -2126,6 +2126,10 @@ void HU_Drawer(void)
|
||||||
V_DrawCenteredString(BASEVIDWIDTH/2, 180, V_YELLOWMAP | V_ALLOWLOWERCASE, resynch_text);
|
V_DrawCenteredString(BASEVIDWIDTH/2, 180, V_YELLOWMAP | V_ALLOWLOWERCASE, resynch_text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// draw song credits
|
||||||
|
if (cv_songcredits.value && !( hu_showscores && (netgame || multiplayer) ))
|
||||||
|
HU_DrawSongCredits();
|
||||||
|
|
||||||
drawontop:
|
drawontop:
|
||||||
// Opened chat
|
// Opened chat
|
||||||
if (chat_on)
|
if (chat_on)
|
||||||
|
|
@ -2138,10 +2142,6 @@ drawontop:
|
||||||
|
|
||||||
if (cechotimer)
|
if (cechotimer)
|
||||||
HU_DrawCEcho();
|
HU_DrawCEcho();
|
||||||
|
|
||||||
// draw song credits
|
|
||||||
if (cv_songcredits.value && !( hu_showscores && (netgame || multiplayer) ))
|
|
||||||
HU_DrawSongCredits();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//======================================================================
|
//======================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue