this is probably a bad idea

This commit is contained in:
minenice55 2026-02-10 17:26:58 -05:00
parent 40d566f607
commit 968b6642d8

View file

@ -493,6 +493,12 @@ void K_BattleInit(boolean singleplayercontext)
{
if (!(K_CanChangeRules(true) && !cv_kartitembreaker.value))
itembreaker = true;
for (int i = 0; i < MAXPLAYERS; i++)
{
if (players[i].bot == true)
P_SetPlayerSpectator(i);
}
}
if (gametyperules & GTR_BUMPERS)