mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-24 05:34:18 +00:00
Replace ResetTouch with SetTouch(NULL) in voltigore code (#145)
This commit is contained in:
parent
56fb670dfc
commit
241ee25a54
@ -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…
x
Reference in New Issue
Block a user