This commit is contained in:
TehRealSalt 2018-06-03 21:07:36 -04:00
parent fa125bc18d
commit 518676c2a4

View file

@ -3236,7 +3236,7 @@ static void Got_Teamchange(UINT8 **cp, INT32 playernum)
else if (G_BattleGametype())
K_CheckBalloons(); // SRB2Kart
else if (G_RaceGametype())
K_CheckRacers(); // also SRB2Kart
P_CheckRacers(); // also SRB2Kart
}
//