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.
This commit is contained in:
revility 2018-10-10 07:21:38 -04:00 committed by GitHub
parent dbbd8c3aae
commit 371dc76f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;