Update SDKHooks CTakeDamageInfoHack for SDK updates.

This commit is contained in:
Nicholas Hastings 2014-02-28 15:03:53 -05:00
parent 10f878d8c7
commit 692f597808

View File

@ -72,6 +72,7 @@ CTakeDamageInfoHack::CTakeDamageInfoHack( CBaseEntity *pInflictor, CBaseEntity *
m_iDamagedOtherPlayers = 0; m_iDamagedOtherPlayers = 0;
m_iPlayerPenetrationCount = 0; m_iPlayerPenetrationCount = 0;
m_flDamageBonus = 0.0f; m_flDamageBonus = 0.0f;
m_bForceFriendlyFire = false;
#endif #endif
#if SOURCE_ENGINE >= SE_ALIENSWARM #if SOURCE_ENGINE >= SE_ALIENSWARM