Skip to content

Commit

Permalink
Merge branch 'master' into hlfixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Jan 24, 2025
2 parents ba154e2 + 01c6e33 commit 2136265
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 2136265

Please sign in to comment.