Merge branch 'fix-respawn-quick-drop' into 'master'

Fix not being able to manually drop from lightsnake if respawning in spinout

Closes #1037

See merge request KartKrew/Kart!2046
This commit is contained in:
Oni 2024-03-09 05:08:29 +00:00
commit c0cf464f5d

View file

@ -556,7 +556,7 @@ static void K_MovePlayerToRespawnPoint(player_t *player)
if (player->respawn.init == false
&& player->respawn.fromRingShooter == false
&& K_PlayerEBrake(player) == true)
&& K_PressingEBrake(player) == true)
{
// Manual drop!
player->respawn.state = RESPAWNST_DROP;