From cc6538d804b0ba191a35bb2633df60dd6f42b42a Mon Sep 17 00:00:00 2001 From: James R Date: Wed, 10 Jan 2024 21:02:32 -0800 Subject: [PATCH] Clouds: interrupt fastfall --- src/objects/cloud.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objects/cloud.c b/src/objects/cloud.c index fc1648ccf..b0f011dc2 100644 --- a/src/objects/cloud.c +++ b/src/objects/cloud.c @@ -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) {