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

This commit is contained in:
Roman Chistokhodov 2021-01-02 12:23:52 +03:00 committed by GitHub
parent 56fb670dfc
commit 241ee25a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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