mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Added new penetrations var to CTakeDamageInfo (bug 5065, r=DS).
This commit is contained in:
@ -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();
|
||||
};
|
||||
|
Reference in New Issue
Block a user