I went to war on the bots and got nuked

DOESN'T FULLY WORK
This commit is contained in:
minenice55 2026-02-10 18:14:08 -05:00
parent 968b6642d8
commit 86e47fe1ae

View file

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