I went to war on the bots and got nuked
DOESN'T FULLY WORK
This commit is contained in:
parent
968b6642d8
commit
86e47fe1ae
1 changed files with 8 additions and 5 deletions
|
|
@ -8533,6 +8533,9 @@ static void P_InitPlayers(void)
|
|||
|
||||
players[i].mo = NULL;
|
||||
|
||||
if (players[i].bot && itembreaker)
|
||||
continue;
|
||||
|
||||
if (!(gametyperules & GTR_CIRCUIT))
|
||||
{
|
||||
G_DoReborn(i);
|
||||
|
|
@ -9217,11 +9220,6 @@ void P_PostLoadLevel(void)
|
|||
TracyCZone(__zone, true);
|
||||
P_MapStart(); // g_tm.thing can be used starting from this point
|
||||
|
||||
if (G_GametypeHasSpectators())
|
||||
{
|
||||
K_CheckSpectateStatus(false);
|
||||
}
|
||||
|
||||
if (demo.playback)
|
||||
;
|
||||
else if (grandprixinfo.gp == true)
|
||||
|
|
@ -9243,6 +9241,11 @@ void P_PostLoadLevel(void)
|
|||
K_UpdateMatchRaceBots();
|
||||
}
|
||||
|
||||
if (G_GametypeHasSpectators())
|
||||
{
|
||||
K_CheckSpectateStatus(false);
|
||||
}
|
||||
|
||||
K_TimerInit();
|
||||
|
||||
P_InitPlayers();
|
||||
|
|
|
|||
Loading…
Reference in a new issue