Browse Source

Revert "Revert unneeded changes."

This reverts commit 6d2a869ecd.
halloween
Night Owl 7 years ago
parent
commit
9dff875d32
  1. 6
      dlls/satchel.cpp

6
dlls/satchel.cpp

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

Loading…
Cancel
Save