fix air drop time being constantly reset in fusion

This commit is contained in:
minenice55 2026-02-06 12:15:02 -05:00
parent d59c1060c7
commit 922bb9b873

View file

@ -7082,6 +7082,7 @@ static void K_AirDrop(player_t *player, ticcmd_t *cmd)
if (airdropactive == AIRDROP_LIGHT || airdropactive == AIRDROP_FUSION)
{
player->airdropflags &= ~PAF_AIRDROP_LIGHT;
if (!(player->airdropflags & PAF_AIRDROP_HEAVY))
player->airdroptime = 0;
}
}