mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-04-04 16:41:31 +00:00
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:
parent
f060e97aae
commit
e8267fd6c0
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue