From 94b8f971150cbed2d4bdfe8176e874aef7d79783 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Wed, 13 Jan 2021 02:42:55 -0500 Subject: [PATCH] Keep trick when bonking walls --- src/p_map.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/p_map.c b/src/p_map.c index 3d1b90493..8c9db9ce4 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -3619,8 +3619,6 @@ void P_BouncePlayerMove(mobj_t *mo) mmomx = mo->player->rmomx; mmomy = mo->player->rmomy; - mo->player->trickpanel = 0; - // trace along the three leading corners if (mo->momx > 0) {