mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-02 19:56:06 +00:00
let player->carry be reseted on player true death
This commit is contained in:
parent
25712a0cf3
commit
da0d266a60
1 changed files with 2 additions and 2 deletions
|
|
@ -2626,8 +2626,8 @@ static boolean P_KillPlayer(player_t *player, mobj_t *inflictor, mobj_t *source,
|
|||
K_DropEmeraldsFromPlayer(player, player->emeralds);
|
||||
//K_SetHitLagForObjects(player->mo, inflictor, source, MAXHITLAGTICS, true);
|
||||
|
||||
if (player->carry != CR_TRAPBUBBLE)
|
||||
player->carry = CR_NONE;
|
||||
//if (player->carry != CR_TRAPBUBBLE)
|
||||
player->carry = CR_NONE;
|
||||
|
||||
K_KartResetPlayerColor(player);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue