Added engine support for Insurgency (bug 5951, r=asherkin).

This commit is contained in:
Nicholas Hastings
2013-10-13 14:16:08 -04:00
parent 24c623c2fa
commit e0746e1ab8
7 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ CTakeDamageInfoHack::CTakeDamageInfoHack( CBaseEntity *pInflictor, CBaseEntity *
m_flRadius = 0.0f;
#endif
#if SOURCE_ENGINE == SE_CSGO
#if SOURCE_ENGINE == SE_INSURGENCY || SOURCE_ENGINE == SE_CSGO
m_iDamagedOtherPlayers = 0;
m_iObjectsPenetrated = 0;
m_uiBulletID = 0;