summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-02-18 11:10:52 +0100
committeraap <aap@papnet.eu>2021-02-18 11:10:52 +0100
commitbb8b823c30286d146cb252491e896607eb990320 (patch)
tree9d483cf082aa160b4609d78d5b54c6bd484516c6 /src/core/config.h
parentupdate librw (diff)
parentAdd russian support (diff)
downloadre3-bb8b823c30286d146cb252491e896607eb990320.tar
re3-bb8b823c30286d146cb252491e896607eb990320.tar.gz
re3-bb8b823c30286d146cb252491e896607eb990320.tar.bz2
re3-bb8b823c30286d146cb252491e896607eb990320.tar.lz
re3-bb8b823c30286d146cb252491e896607eb990320.tar.xz
re3-bb8b823c30286d146cb252491e896607eb990320.tar.zst
re3-bb8b823c30286d146cb252491e896607eb990320.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 71316439..44322496 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -246,7 +246,7 @@ enum Config {
#endif
#define FIX_BUGS // fixes bugs that we've came across during reversing. You can undefine this only on release builds.
-//#define MORE_LANGUAGES // Add more translations to the game
+#define MORE_LANGUAGES // Add more translations to the game
#define COMPATIBLE_SAVES // this allows changing structs while keeping saves compatible
#define LOAD_INI_SETTINGS // as the name suggests. fundamental for CUSTOM_FRONTEND_OPTIONS
#define FIX_HIGH_FPS_BUGS_ON_FRONTEND