Revert unneeded changes.

This commit is contained in:
Night Owl 2017-07-18 22:56:45 +05:00
parent 5dab1c1f1d
commit 6d2a869ecd

View File

@ -120,14 +120,12 @@ void CSatchelCharge::SatchelSlide( CBaseEntity *pOther )
BounceSound();
}
m_lastBounceOrigin = pev->origin;
// There is no model animation so commented this out to prevent net traffic
// StudioFrameAdvance();
StudioFrameAdvance();
}
void CSatchelCharge::SatchelThink( void )
{
// There is no model animation so commented this out to prevent net traffic
// StudioFrameAdvance();
StudioFrameAdvance();
pev->nextthink = gpGlobals->time + 0.1;
if( !IsInWorld() )