Intermission: fix speed scramble position in non-green resolutions

This commit is contained in:
James R 2024-01-29 22:21:24 -08:00
parent eefb4de6d6
commit 3876f16c0d

View file

@ -1674,7 +1674,7 @@ skiptallydrawer:
{ {
if (speedscramble != -1 && speedscramble != gamespeed) if (speedscramble != -1 && speedscramble != gamespeed)
{ {
V_DrawCenteredThinString(BASEVIDWIDTH/2, 154, highlightflags|V_SNAPTOBOTTOM, V_DrawCenteredThinString(BASEVIDWIDTH/2, 154, highlightflags,
va(M_GetText("Next race will be %s Speed!"), kartspeed_cons_t[1+speedscramble].strvalue)); va(M_GetText("Next race will be %s Speed!"), kartspeed_cons_t[1+speedscramble].strvalue));
} }
} }