remove the nuke

This commit is contained in:
minenice55 2026-02-10 18:45:14 -05:00
parent 86e47fe1ae
commit 8feb843c11

View file

@ -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();