mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Not in modeattacking
This commit is contained in:
parent
ccfc326885
commit
f903ca960d
1 changed files with 3 additions and 1 deletions
|
|
@ -2427,8 +2427,10 @@ static void P_LevelInitStuff(void)
|
||||||
memset(&battleovertime, 0, sizeof(struct battleovertime));
|
memset(&battleovertime, 0, sizeof(struct battleovertime));
|
||||||
speedscramble = encorescramble = -1;
|
speedscramble = encorescramble = -1;
|
||||||
|
|
||||||
//if (!grandprix)
|
if (!modeattacking)
|
||||||
|
{
|
||||||
K_UpdateMatchRaceBots();
|
K_UpdateMatchRaceBots();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue