summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-01-22 00:59:20 +0100
committerGitHub <noreply@github.com>2021-01-22 00:59:20 +0100
commitce77e8041437e8f3e27d1020a3c9261a605137b3 (patch)
tree75089f030514d97c221385be03fed436132d27a0 /src/core/config.h
parentMerge pull request #975 from aap/lcs (diff)
parenta few fixes (diff)
downloadre3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.gz
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.bz2
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.lz
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.xz
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.zst
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 02356e6e..9afdcc7f 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -198,6 +198,7 @@ enum Config {
//#define ANIM_COMPRESSION // only keep most recently used anims uncompressed
#define GTA_TRAIN
+//#define GTA_BRIDGE
#if defined GTA_PS2
# define GTA_PS2_STUFF
@@ -211,7 +212,7 @@ enum Config {
# define PS2_MATFX
# endif
# define PC_PLAYER_CONTROLS // mouse player/cam mode
-# define GTA_REPLAY
+//# define GTA_REPLAY
# define GTA_SCENE_EDIT
#elif defined GTA_XBOX
#endif