mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 00:14:10 -04:00
Decompile menuhandlerPdModeSetting
This commit is contained in:
@@ -62,7 +62,7 @@ s32 menuhandlerLookAhead(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerMusicVolume(u32 operation, struct menu_item *item, u32 *volume);
|
||||
s32 menuhandlerPaintball(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerPdMode(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerPdModeSetting(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerPdModeSetting(u32 operation, struct menu_item *item, struct numandtext *value);
|
||||
s32 menuhandlerReversePitch(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerScreenRatio(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerScreenSize(u32 operation, struct menu_item *item, bool *enable);
|
||||
|
||||
+8
-8
@@ -4403,14 +4403,14 @@ struct missionconfig {
|
||||
u8 iscoop : 1;
|
||||
u8 isanti : 1;
|
||||
|
||||
/*0x04*/ u8 unk04;
|
||||
/*0x05*/ u8 updmodehealth;
|
||||
/*0x06*/ u8 updmodedamage;
|
||||
/*0x07*/ u8 updmodeaccuracy;
|
||||
/*0x08*/ u32 unk08;
|
||||
/*0x0c*/ f32 fpdmodehealth;
|
||||
/*0x10*/ f32 fpdmodedamage;
|
||||
/*0x14*/ f32 fpdmodeaccuracy;
|
||||
/*0x04*/ u8 pdmodereaction;
|
||||
/*0x05*/ u8 pdmodehealth;
|
||||
/*0x06*/ u8 pdmodedamage;
|
||||
/*0x07*/ u8 pdmodeaccuracy;
|
||||
/*0x08*/ f32 pdmodereactionf;
|
||||
/*0x0c*/ f32 pdmodehealthf;
|
||||
/*0x10*/ f32 pdmodedamagef;
|
||||
/*0x14*/ f32 pdmodeaccuracyf;
|
||||
};
|
||||
|
||||
struct mpsetup {
|
||||
|
||||
Reference in New Issue
Block a user