mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 23:11:20 +00:00
Re-add Auto gamespeed scramble text (temporary height)
This commit is contained in:
parent
f4f52ede32
commit
0d9f8076f8
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue