mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-26 12:51:28 +00:00
P, not K
This commit is contained in:
parent
fa125bc18d
commit
518676c2a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue