mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
No starttime for podium
This commit is contained in:
parent
78a893666f
commit
0d12a3cb5d
1 changed files with 6 additions and 0 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue