Skip to content

Commit

Permalink
Fix factor in func_pushable
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Jan 23, 2025
1 parent f9da6d7 commit d4e6e1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlls/func_break.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,6 @@ void CPushable::Move( CBaseEntity *pOther, int push )
{
if( push )
{
factor = 0.25f;
pev->velocity.x += pevToucher->velocity.x * factor;
pev->velocity.y += pevToucher->velocity.y * factor;
}
Expand Down

0 comments on commit d4e6e1a

Please sign in to comment.