mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
P, not K
This commit is contained in:
parent
515f13c9b3
commit
8a82c5eb66
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…
Add table
Reference in a new issue