From 55958f6dbd1c2cc89af3beef35df32f7d281caca Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 24 May 2011 18:48:00 -0400 Subject: [PATCH] Added missing var to end of CTakeDamageInfo (bug 4903, r=DS). --- game/shared/takedamageinfo.h | 1 + 1 file changed, 1 insertion(+) 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(); };