1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00

Added missing new var to CTakeDamageInfo, fixing CMultiDamage.

This commit is contained in:
Nicholas Hastings 2012-12-24 11:18:25 -05:00
parent 57edc63c2c
commit 3fd10f35d1

View File

@ -114,6 +114,7 @@ protected:
int m_iAmmoType; // AmmoType of the weapon used to cause this damage, if any
int m_iDamagedOtherPlayers;
int m_iPlayerPenetrateCount;
float m_flUnknown;
DECLARE_SIMPLE_DATADESC();
};