From bfad492265843faed4b18d0691e4226d2cc22601 Mon Sep 17 00:00:00 2001 From: s1lent Date: Sun, 5 Nov 2017 19:56:17 +0700 Subject: [PATCH] Fix hanging corpse --- regamedll/pm_shared/pm_shared.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/regamedll/pm_shared/pm_shared.cpp b/regamedll/pm_shared/pm_shared.cpp index fc551d56..f2c1594c 100644 --- a/regamedll/pm_shared/pm_shared.cpp +++ b/regamedll/pm_shared/pm_shared.cpp @@ -1870,12 +1870,6 @@ void PM_Duck() if (pmove->dead || !(pmove->cmd.buttons & IN_DUCK) && !pmove->bInDuck && !(pmove->flags & FL_DUCKING)) { -#ifdef REGAMEDLL_FIXES - if (pmove->flags & FL_DUCKING) - { - PM_UnDuck(); - } -#endif return; }