Remove ringboost when respawning

This commit is contained in:
Antonio Martinez 2025-06-20 17:51:10 -04:00
parent e4519d330d
commit 142f6771e3

View file

@ -9750,7 +9750,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
player->tricklock = 0; player->tricklock = 0;
} }
if (P_PlayerInPain(player)) if (P_PlayerInPain(player) || player->respawn.state != RESPAWNST_NONE)
{ {
player->ringboost = 0; player->ringboost = 0;
} }