diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-07-11 11:03:56 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-07-11 11:04:26 +0200 |
commit | 6eb8f6ae5a87fe32c93388e67559da988f48fb7f (patch) | |
tree | 3e803214b7955c83077914407ad4c4b2d2f1c83e /src/core/config.h | |
parent | enable island loading for now (diff) | |
download | re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.tar re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.tar.gz re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.tar.bz2 re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.tar.lz re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.tar.xz re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.tar.zst re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index f2716783..2ba7a021 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -201,6 +201,7 @@ enum Config { #define DISABLE_LOADING_SCREEN // disable the loading screen which vastly improves the loading time //#define NO_ISLAND_LOADING // disable loadscreen between islands via loading all island data at once, consumes more memory and CPU //#define USE_TEXTURE_POOL +#define CUTSCENE_BORDERS_SWITCH // Particle //#define PC_PARTICLE |