diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-08 22:30:13 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-08 22:30:13 +0100 |
commit | 2bf88fcef5e3e72eed43a735894f6b4b4dd03ff5 (patch) | |
tree | 1b98ed94ca2e6f55ad6ae2ed252938037b7a700e /src/core/config.h | |
parent | lcs script mode (diff) | |
parent | Level 4 (diff) | |
download | re3-2bf88fcef5e3e72eed43a735894f6b4b4dd03ff5.tar re3-2bf88fcef5e3e72eed43a735894f6b4b4dd03ff5.tar.gz re3-2bf88fcef5e3e72eed43a735894f6b4b4dd03ff5.tar.bz2 re3-2bf88fcef5e3e72eed43a735894f6b4b4dd03ff5.tar.lz re3-2bf88fcef5e3e72eed43a735894f6b4b4dd03ff5.tar.xz re3-2bf88fcef5e3e72eed43a735894f6b4b4dd03ff5.tar.zst re3-2bf88fcef5e3e72eed43a735894f6b4b4dd03ff5.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h index a06977f8..d90be214 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -197,6 +197,8 @@ enum Config { //#define COMPRESSED_COL_VECTORS // use compressed vectors for collision vertices //#define ANIM_COMPRESSION // only keep most recently used anims uncompressed +#define GTA_TRAIN + #if defined GTA_PS2 # define GTA_PS2_STUFF # define RANDOMSPLASH @@ -312,7 +314,7 @@ enum Config { # 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 CUTSCENE_BORDERS_SWITCH -//# define MULTISAMPLING // adds MSAA option +# define MULTISAMPLING // adds MSAA option # define INVERT_LOOK_FOR_PAD // enable the hidden option # endif #endif @@ -382,7 +384,6 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually #ifdef LIBRW // these are not supported with librw yet -# undef MULTISAMPLING #endif // IMG #define BIG_IMG // allows to read larger img files |