Clouds: interrupt fastfall

This commit is contained in:
James R 2024-01-10 21:02:32 -08:00
parent 65537f576f
commit cc6538d804

View file

@ -150,6 +150,7 @@ void Obj_PlayerCloudThink(player_t *player)
player->cloud--;
P_InstaThrust(mo, 0, 0);
mo->momz = 0;
player->fastfall = 0;
if (!player->cloud)
{