mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-24 05:34:18 +00:00
Revert unneeded changes.
This commit is contained in:
parent
5dab1c1f1d
commit
6d2a869ecd
@ -120,14 +120,12 @@ void CSatchelCharge::SatchelSlide( CBaseEntity *pOther )
|
|||||||
BounceSound();
|
BounceSound();
|
||||||
}
|
}
|
||||||
m_lastBounceOrigin = pev->origin;
|
m_lastBounceOrigin = pev->origin;
|
||||||
// There is no model animation so commented this out to prevent net traffic
|
StudioFrameAdvance();
|
||||||
// StudioFrameAdvance();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CSatchelCharge::SatchelThink( void )
|
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;
|
pev->nextthink = gpGlobals->time + 0.1;
|
||||||
|
|
||||||
if( !IsInWorld() )
|
if( !IsInWorld() )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user