Added new penetrations var to CTakeDamageInfo (bug 5065, r=DS).

This commit is contained in:
Nicholas Hastings 2011-08-22 15:49:30 -04:00
parent 75671383be
commit c52bee2f7c

View File

@ -113,6 +113,7 @@ protected:
int m_iDamageStats;
int m_iAmmoType; // AmmoType of the weapon used to cause this damage, if any
int m_iUnknown1;
int m_iPlayerPenetrateCount
DECLARE_SIMPLE_DATADESC();
};