diff --git a/dlls/gearbox/voltigore.cpp b/dlls/gearbox/voltigore.cpp index 0f93706a..0086b988 100644 --- a/dlls/gearbox/voltigore.cpp +++ b/dlls/gearbox/voltigore.cpp @@ -164,7 +164,7 @@ void CVoltigoreEnergyBall::BallTouch(CBaseEntity *pOther) pev->velocity = Vector(0,0,0); m_timeToDie = gpGlobals->time + 0.3; - ResetTouch(); + SetTouch(NULL); } //=========================================================