diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-18 00:28:40 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-18 00:28:40 +0200 |
commit | af22bb1495dca506e635bf4805d1469f95f92c69 (patch) | |
tree | 265e9ac59c0ca7e51b9596ef6114778b396ea010 /src/core | |
parent | Fix compilation errors (diff) | |
download | re3-af22bb1495dca506e635bf4805d1469f95f92c69.tar re3-af22bb1495dca506e635bf4805d1469f95f92c69.tar.gz re3-af22bb1495dca506e635bf4805d1469f95f92c69.tar.bz2 re3-af22bb1495dca506e635bf4805d1469f95f92c69.tar.lz re3-af22bb1495dca506e635bf4805d1469f95f92c69.tar.xz re3-af22bb1495dca506e635bf4805d1469f95f92c69.tar.zst re3-af22bb1495dca506e635bf4805d1469f95f92c69.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 30f6b898..83aca235 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -194,7 +194,7 @@ enum Config { #define FIX_BUGS // fixes bugs that we've came across during reversing, TODO: use this more #define TOGGLEABLE_BETA_FEATURES // toggleable from debug menu. not too many things -#define MORE_LANGUAGES // Add more translations to the game +//#define MORE_LANGUAGES // Add more translations to the game #define DEFAULT_NATIVE_RESOLUTION // Set default video mode to your native resolution (fixes Windows 10 launch) #define USE_TXD_CDIMAGE // generate and load textures from txd.img #define IMPROVED_VIDEOMODE // save and load videomode parameters instead of a magic number |