From a58d1b3c23ba5e5e67b2bc915c5c94c5e7015d5c Mon Sep 17 00:00:00 2001 From: nullifiedcat Date: Fri, 28 Apr 2017 16:01:01 +0300 Subject: [PATCH] fix compile error? --- src/netvars.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/netvars.h b/src/netvars.h index 2b6ecca5..ed12eb6b 100644 --- a/src/netvars.h +++ b/src/netvars.h @@ -69,7 +69,7 @@ public: offset_t movetype; offset_t iGlowIndex; offset_t iReloadMode; - offset_t iMaxHealth; + offset_t res_iMaxHealth; offset_t flNextAttack; offset_t iNextMeleeCrit; offset_t flNextPrimaryAttack; @@ -78,7 +78,7 @@ public: //offset_t flObservedCritChance; offset_t nTickBase; //offset_t iDecapitations; - offset_t iMaxBuffedHealth; + offset_t res_iMaxBuffedHealth; offset_t bRespawning; offset_t iItemDefinitionIndex; offset_t AttributeList; @@ -108,7 +108,7 @@ public: offset_t iDefaultFOV; offset_t iFOV; offset_t _condition_bits; - offset_t iPlayerClass; + offset_t res_iPlayerClass; offset_t hOwner; offset_t iWeaponState; @@ -123,7 +123,7 @@ public: offset_t m_angEyeAngles; offset_t m_bReadyToBackstab; offset_t m_Collision; - offset_t res_m_iTeam; + offset_t res_iTeam; }; extern NetVars netvar;