Browse Source

Replace ResetTouch with SetTouch(NULL) in voltigore code (#145)

opforfixed
Roman Chistokhodov 4 years ago committed by GitHub
parent
commit
241ee25a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dlls/gearbox/voltigore.cpp

2
dlls/gearbox/voltigore.cpp

@ -164,7 +164,7 @@ void CVoltigoreEnergyBall::BallTouch(CBaseEntity *pOther)
pev->velocity = Vector(0,0,0); pev->velocity = Vector(0,0,0);
m_timeToDie = gpGlobals->time + 0.3; m_timeToDie = gpGlobals->time + 0.3;
ResetTouch(); SetTouch(NULL);
} }
//========================================================= //=========================================================

Loading…
Cancel
Save