From e8267fd6c0ee2612677e71827afa1485aac739e9 Mon Sep 17 00:00:00 2001 From: revility <32818302+revility@users.noreply.github.com> Date: Wed, 10 Oct 2018 07:21:38 -0400 Subject: [PATCH] CheckCrossHairOrigin added CheckCrossHairOrigin is used when entering and exiting guis to get the player's current setting and restore it when leaving the gui. Check the player.cpp for full details. --- game/Player.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game/Player.h b/game/Player.h index add1c17..d609684 100644 --- a/game/Player.h +++ b/game/Player.h @@ -334,7 +334,8 @@ public: int weapon_pda; int weapon_fists; - int crossHairOrigin; //rev 2018 + int crossHairOrigin; //rev 2018 + int CheckCrossHairOrigin; //rev 2018 int telishield; //player def key. used in player script to change animations. int heartRate;