summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-06-01 18:05:24 +0200
committeraap <aap@papnet.eu>2020-06-01 18:05:24 +0200
commit25273485d93dcb85e84f184d5e3e6d35a0944164 (patch)
tree1ebede77df503742ec1b7e441d64281cbf494523 /src/core/config.h
parentgravity (diff)
parentMerge pull request #608 from Nick007J/miami (diff)
downloadre3-25273485d93dcb85e84f184d5e3e6d35a0944164.tar
re3-25273485d93dcb85e84f184d5e3e6d35a0944164.tar.gz
re3-25273485d93dcb85e84f184d5e3e6d35a0944164.tar.bz2
re3-25273485d93dcb85e84f184d5e3e6d35a0944164.tar.lz
re3-25273485d93dcb85e84f184d5e3e6d35a0944164.tar.xz
re3-25273485d93dcb85e84f184d5e3e6d35a0944164.tar.zst
re3-25273485d93dcb85e84f184d5e3e6d35a0944164.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index faf2815c..dd68f296 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -115,6 +115,7 @@ enum Config {
NUMSHOTINFOS = 100,
NUMROADBLOCKS = 300,
+ NUM_SCRIPT_ROADBLOCKS = 16,
NUMVISIBLEENTITIES = 2000,
NUMINVISIBLEENTITIES = 150,
@@ -136,7 +137,8 @@ enum Config {
NUM_EXPLOSIONS = 48,
- NUM_SETPIECES = 96
+ NUM_SETPIECES = 96,
+ NUM_SHORTCUT_START_POINTS = 16
};
// We'll use this once we're ready to become independent of the game
@@ -166,6 +168,7 @@ enum Config {
#elif defined GTA_PC
# define GTA3_1_1_PATCH
//# define GTA3_STEAM_PATCH
+//# define GTAVC_JP_PATCH
# ifdef GTA_PS2_STUFF
# define USE_PS2_RAND
# define RANDOMSPLASH // use random splash as on PS2