This commit is contained in:
TehRealSalt 2018-06-03 21:07:36 -04:00
parent 515f13c9b3
commit 8a82c5eb66

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
}
//