Re-add Auto gamespeed scramble text (temporary height)

This commit is contained in:
toaster 2023-05-08 13:02:17 +01:00
parent f4f52ede32
commit 0d9f8076f8

View file

@ -1119,6 +1119,15 @@ skiptallydrawer:
*/
}
if (netgame)
{
if (speedscramble != -1 && speedscramble != gamespeed)
{
V_DrawCenteredThinString(BASEVIDWIDTH/2, 154, hilicol|V_ALLOWLOWERCASE|V_SNAPTOBOTTOM,
va(M_GetText("Next race will be %s Speed!"), kartspeed_cons_t[1+speedscramble].strvalue));
}
}
{
const INT32 tickDown = (timer + 1)/TICRATE;