From 4f79157a50404fc0ad4ca5b6738963fc56bdb6ba Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Fri, 30 Sep 2016 14:12:26 +0100 Subject: [PATCH] Fixed that bug the wrong way, THIS is a much better solution for what I wanted to tweak. --- src/p_user.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_user.c b/src/p_user.c index 47e59c211..280b0d489 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -7013,6 +7013,7 @@ static void P_MovePlayer(player_t *player) if (player->homing == 0) { P_ResetPlayer(player); + player->pflags |= PF_THOKKED; // silly silly player->mo->momx >>= 3; player->mo->momy >>= 3; }