mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
no flash
This commit is contained in:
parent
435862b29d
commit
cdd7e9b1c6
1 changed files with 4 additions and 4 deletions
|
|
@ -709,15 +709,15 @@ dotimer:
|
||||||
va("%s starts in %d", cv_advancemap.string, tickdown));
|
va("%s starts in %d", cv_advancemap.string, tickdown));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make it obvious that scrambling is happening next round.
|
// Make it obvious that scrambling is happening next round. (OR NOT I GUESS.)
|
||||||
if ((intertic/TICRATE) & 1)
|
//if ((intertic/TICRATE) & 1)
|
||||||
{
|
//{
|
||||||
/*if (cv_scrambleonchange.value && cv_teamscramble.value)
|
/*if (cv_scrambleonchange.value && cv_teamscramble.value)
|
||||||
V_DrawCenteredString(BASEVIDWIDTH/2, BASEVIDHEIGHT/2, hilicol, M_GetText("Teams will be scrambled next round!"));*/
|
V_DrawCenteredString(BASEVIDWIDTH/2, BASEVIDHEIGHT/2, hilicol, M_GetText("Teams will be scrambled next round!"));*/
|
||||||
if (speedscramble != -1 && speedscramble != gamespeed)
|
if (speedscramble != -1 && speedscramble != gamespeed)
|
||||||
V_DrawCenteredString(BASEVIDWIDTH/2, BASEVIDHEIGHT-24, hilicol|V_ALLOWLOWERCASE|V_SNAPTOBOTTOM,
|
V_DrawCenteredString(BASEVIDWIDTH/2, BASEVIDHEIGHT-24, hilicol|V_ALLOWLOWERCASE|V_SNAPTOBOTTOM,
|
||||||
va(M_GetText("Next race will be %s Speed!"), kartspeed_cons_t[speedscramble].strvalue));
|
va(M_GetText("Next race will be %s Speed!"), kartspeed_cons_t[speedscramble].strvalue));
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue