diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-12-27 17:26:30 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-12-27 17:26:30 +0100 |
commit | 7959b7fd1fa0b4dbe46485c111277eae3c374dde (patch) | |
tree | 43a023dcca34b29132f856615973812e3b197fb2 /src/core/config.h | |
parent | switch vehicle pipe default (diff) | |
download | re3-7959b7fd1fa0b4dbe46485c111277eae3c374dde.tar re3-7959b7fd1fa0b4dbe46485c111277eae3c374dde.tar.gz re3-7959b7fd1fa0b4dbe46485c111277eae3c374dde.tar.bz2 re3-7959b7fd1fa0b4dbe46485c111277eae3c374dde.tar.lz re3-7959b7fd1fa0b4dbe46485c111277eae3c374dde.tar.xz re3-7959b7fd1fa0b4dbe46485c111277eae3c374dde.tar.zst re3-7959b7fd1fa0b4dbe46485c111277eae3c374dde.zip |
Diffstat (limited to '')
-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 f6336be8..8fd3bc1c 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -310,7 +310,7 @@ enum Config { # ifdef CUSTOM_FRONTEND_OPTIONS # define GRAPHICS_MENU_OPTIONS // otherwise Display settings will be scrollable -//# define NO_ISLAND_LOADING // disable loadscreen between islands via loading all island data at once, consumes more memory and CPU +# define NO_ISLAND_LOADING // disable loadscreen between islands via loading all island data at once, consumes more memory and CPU # define CUTSCENE_BORDERS_SWITCH //# define MULTISAMPLING // adds MSAA option # define INVERT_LOOK_FOR_PAD // enable the hidden option |