mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 12:36:05 +08:00
Added missing semicolon from changeset 0a26feca0527.
This commit is contained in:
@ -113,7 +113,7 @@ protected:
|
|||||||
int m_iDamageStats;
|
int m_iDamageStats;
|
||||||
int m_iAmmoType; // AmmoType of the weapon used to cause this damage, if any
|
int m_iAmmoType; // AmmoType of the weapon used to cause this damage, if any
|
||||||
int m_iUnknown1;
|
int m_iUnknown1;
|
||||||
int m_iPlayerPenetrateCount
|
int m_iPlayerPenetrateCount;
|
||||||
|
|
||||||
DECLARE_SIMPLE_DATADESC();
|
DECLARE_SIMPLE_DATADESC();
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user