diff --git a/game/shared/takedamageinfo.h b/game/shared/takedamageinfo.h index 7b58b09d..61720c89 100644 --- a/game/shared/takedamageinfo.h +++ b/game/shared/takedamageinfo.h @@ -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(); };