From c8b9c464d9ddc2471e4e7209c26280715bb7f561 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Fri, 14 Jan 2011 14:19:10 -0500 Subject: [PATCH] Added missing vector to takedamageinfo.h (bug 4792, 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..c7678aec 100644 --- a/game/shared/takedamageinfo.h +++ b/game/shared/takedamageinfo.h @@ -102,6 +102,7 @@ protected: Vector m_vecDamageForce; Vector m_vecDamagePosition; Vector m_vecReportedPosition; // Position players are told damage is coming from + Vector m_vecUnknown; EHANDLE m_hInflictor; EHANDLE m_hAttacker; EHANDLE m_hWeapon;