remove the nuke
This commit is contained in:
parent
86e47fe1ae
commit
8feb843c11
1 changed files with 5 additions and 8 deletions
|
|
@ -8533,9 +8533,6 @@ static void P_InitPlayers(void)
|
|||
|
||||
players[i].mo = NULL;
|
||||
|
||||
if (players[i].bot && itembreaker)
|
||||
continue;
|
||||
|
||||
if (!(gametyperules & GTR_CIRCUIT))
|
||||
{
|
||||
G_DoReborn(i);
|
||||
|
|
@ -9220,6 +9217,11 @@ 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)
|
||||
|
|
@ -9241,11 +9243,6 @@ void P_PostLoadLevel(void)
|
|||
K_UpdateMatchRaceBots();
|
||||
}
|
||||
|
||||
if (G_GametypeHasSpectators())
|
||||
{
|
||||
K_CheckSpectateStatus(false);
|
||||
}
|
||||
|
||||
K_TimerInit();
|
||||
|
||||
P_InitPlayers();
|
||||
|
|
|
|||
Loading…
Reference in a new issue