Added newest CTakeDamageInfo var to ctor.

This commit is contained in:
Nicholas Hastings 2013-02-14 08:20:06 -05:00
parent 12085c2ef3
commit 77b5b65e80

View File

@ -60,6 +60,7 @@ void CTakeDamageInfo::Init( CBaseEntity *pInflictor, CBaseEntity *pAttacker, CBa
m_iDamagedOtherPlayers = 0;
m_iPlayerPenetrateCount = 0;
m_flUnknown = 0.0f;
}
CTakeDamageInfo::CTakeDamageInfo()