No starttime for podium

This commit is contained in:
Sally Coolatta 2023-03-02 16:18:17 -05:00
parent 78a893666f
commit 0d12a3cb5d

View file

@ -114,6 +114,12 @@ void K_TimerInit(void)
boolean domodeattack = ((modeattacking != ATTACKING_NONE)
|| (grandprixinfo.gp == true && grandprixinfo.eventmode != GPEVENT_NONE));
if (K_PodiumSequence() == true)
{
// Leave it alone for podium
return;
}
// Rooooooolllling staaaaaaart
if ((gametyperules & (GTR_ROLLINGSTART|GTR_CIRCUIT)) == (GTR_ROLLINGSTART|GTR_CIRCUIT))
{