Update SDKHooks CTakeDamageInfoHack for SDK updates.

--HG--
extra : rebase_source : 31d12bdfef5a9eeca20c0c492ca3f0629953d758
This commit is contained in:
Nicholas Hastings 2014-02-28 15:03:53 -05:00
parent 80e3198b7b
commit 4620f4cf7a

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