Added missing var to end of CTakeDamageInfo (bug 4903, r=DS).

This commit is contained in:
Nicholas Hastings 2011-05-24 18:48:00 -04:00
parent 8cfffe26cf
commit 55958f6dbd

View File

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