mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Strip items when spectating
This commit is contained in:
parent
30f60585be
commit
e2c64699d0
1 changed files with 2 additions and 0 deletions
|
|
@ -3543,6 +3543,8 @@ static void Got_Teamchange(UINT8 **cp, INT32 playernum)
|
||||||
|
|
||||||
if (players[playernum].mo)
|
if (players[playernum].mo)
|
||||||
players[playernum].mo->health = 1;
|
players[playernum].mo->health = 1;
|
||||||
|
|
||||||
|
K_StripItems(&players[playernum]);
|
||||||
}
|
}
|
||||||
|
|
||||||
K_CheckBumpers(); // SRB2Kart
|
K_CheckBumpers(); // SRB2Kart
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue