Not in modeattacking

This commit is contained in:
Sally Coolatta 2020-05-12 01:41:00 -04:00
parent ccfc326885
commit f903ca960d

View file

@ -2427,9 +2427,11 @@ 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();
} }
}
// //
// P_LoadThingsOnly // P_LoadThingsOnly