diff options
author | aap <aap@papnet.eu> | 2019-07-25 12:38:25 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-25 12:38:25 +0200 |
commit | 60364f11da262cc6335eaaa0df5f8cf5c59d1e59 (patch) | |
tree | f0f0c966e091b8225e6ed48146e5e64fe18d0344 /src/core | |
parent | Merge branch 'master' of github.com:GTAmodding/re3 (diff) | |
download | re3-60364f11da262cc6335eaaa0df5f8cf5c59d1e59.tar re3-60364f11da262cc6335eaaa0df5f8cf5c59d1e59.tar.gz re3-60364f11da262cc6335eaaa0df5f8cf5c59d1e59.tar.bz2 re3-60364f11da262cc6335eaaa0df5f8cf5c59d1e59.tar.lz re3-60364f11da262cc6335eaaa0df5f8cf5c59d1e59.tar.xz re3-60364f11da262cc6335eaaa0df5f8cf5c59d1e59.tar.zst re3-60364f11da262cc6335eaaa0df5f8cf5c59d1e59.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ControllerConfig.h | 2 | ||||
-rw-r--r-- | src/core/config.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ControllerConfig.h b/src/core/ControllerConfig.h index 8a434245..b064a381 100644 --- a/src/core/ControllerConfig.h +++ b/src/core/ControllerConfig.h @@ -22,7 +22,7 @@ public: int32 m_ContSetOrder; }; - bool field_0; + bool firstCapture; char _pad0[3]; DIJOYSTATE2 m_OldState; DIJOYSTATE2 m_NewState; diff --git a/src/core/config.h b/src/core/config.h index 892a06b6..1bc90496 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -115,7 +115,7 @@ enum Config { # define CHATTYSPLASH // print what the game is loading #endif -//#define FIX_BUGS // fix bugs in the game, TODO: use this more +#define FIX_BUGS // fix bugs in the game, TODO: use this more #define KANGAROO_CHEAT #define ASPECT_RATIO_SCALE -#define USE_DEBUG_SCRIPT_LOADER
\ No newline at end of file +#define USE_DEBUG_SCRIPT_LOADER |