mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
Added missing var to end of CTakeDamageInfo (bug 4903, r=DS).
This commit is contained in:
parent
8cfffe26cf
commit
55958f6dbd
@ -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();
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user