1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 12:06:07 +08:00

Added missing semicolon from changeset 0a26feca0527.

This commit is contained in:
Nicholas Hastings
2011-08-29 12:51:31 -04:00
parent c52bee2f7c
commit 998fd9a9e8

View File

@ -113,7 +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
int m_iPlayerPenetrateCount;
DECLARE_SIMPLE_DATADESC();
};