Decompile menuhandlerSightOnScreen, optionsGetSightOnScreen and optionsSetSightOnScreen

This commit is contained in:
Ryan Dwyer
2019-12-31 00:28:28 +10:00
parent 5b7cea5775
commit 2d1c479274
6 changed files with 51 additions and 143 deletions
+1
View File
@@ -660,6 +660,7 @@
#define OPTION_FORWARDPITCH 0x0001
#define OPTION_LOOKAHEAD 0x0002
#define OPTION_SIGHTONSCREEN 0x0004
#define OPTION_AMMOONSCREEN 0x0020
#define OPTION_SHOWGUNFUNCTION 0x0040
#define OPTION_HEADROLL 0x0080
+2 -2
View File
@@ -11,7 +11,7 @@ s32 optionsGetForwardPitch(s32 optionsindex);
u32 func0f1527a4(void);
s32 optionsGetLookAhead(s32 optionsindex);
u32 func0f1527ec(void);
s32 func0f152810(s32 optionsindex);
s32 optionsGetSightOnScreen(s32 optionsindex);
s32 optionsGetAmmoOnScreen(s32 optionsindex);
s32 optionsGetShowGunFunction(s32 optionsindex);
s32 optionsGetAlwaysShowTarget(s32 optionsindex);
@@ -26,7 +26,7 @@ void optionsSetForwardPitch(s32 optionsindex, bool enable);
u32 func0f1529a0(void);
void optionsSetLookAhead(s32 optionsindex, bool enable);
u32 func0f152a50(void);
u32 func0f152aa8(void);
void optionsSetSightOnScreen(s32 optionsindex, bool enable);
void optionsSetAmmoOnScreen(s32 optionsindex, bool enable);
void optionsSetShowGunFunction(s32 optionsindex, bool enable);
void optionsSetAlwaysShowTarget(s32 optionsindex, bool enable);