diff --git a/regamedll/dlls/func_break.cpp b/regamedll/dlls/func_break.cpp index 84c30a7b..60093d88 100644 --- a/regamedll/dlls/func_break.cpp +++ b/regamedll/dlls/func_break.cpp @@ -1056,8 +1056,11 @@ void CPushable::Move(CBaseEntity *pOther, int push) if (bPlayerTouch) { +// do not push player along with entity +#ifndef REGAMEDLL_FIXES pevToucher->velocity.x = pev->velocity.x; pevToucher->velocity.y = pev->velocity.y; +#endif // REGAMEDLL_FIXES if ((gpGlobals->time - m_soundTime) > 0.7f) {