diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-06-13 22:39:14 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-06-14 21:57:26 +0200 |
commit | db6110e996756672595f3d0e69b8e96977a534e0 (patch) | |
tree | 56ac3029546f7e0892aff6364efc40bb5451a974 /src/core/config.h | |
parent | script fix (diff) | |
download | re3-db6110e996756672595f3d0e69b8e96977a534e0.tar re3-db6110e996756672595f3d0e69b8e96977a534e0.tar.gz re3-db6110e996756672595f3d0e69b8e96977a534e0.tar.bz2 re3-db6110e996756672595f3d0e69b8e96977a534e0.tar.lz re3-db6110e996756672595f3d0e69b8e96977a534e0.tar.xz re3-db6110e996756672595f3d0e69b8e96977a534e0.tar.zst re3-db6110e996756672595f3d0e69b8e96977a534e0.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h index e23b0a90..ad5c0064 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -202,12 +202,11 @@ enum Config { #define COMPATIBLE_SAVES // this allows changing structs while keeping saves compatible #define FIX_HIGH_FPS_BUGS_ON_FRONTEND -// Rendering/display -#define ASPECT_RATIO_SCALE // Not just makes everything scale with aspect ratio, also adds support for all aspect ratios // Just debug menu entries #ifdef DEBUGMENU #define TOGGLEABLE_BETA_FEATURES // not too many things #define RELOADABLES // some debug menu options to reload TXD files +#define MISSION_SWITCHER // from debug menu #endif // Rendering/display |