summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-09-11 20:42:34 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-09-11 20:42:34 +0200
commit05b01c5ff528a8fc32ac92436f3b48d5c1529415 (patch)
treeb5a12cbcb1e1daab670ada7ee728d5eda43fc9b6 /src/core/config.h
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadre3-05b01c5ff528a8fc32ac92436f3b48d5c1529415.tar
re3-05b01c5ff528a8fc32ac92436f3b48d5c1529415.tar.gz
re3-05b01c5ff528a8fc32ac92436f3b48d5c1529415.tar.bz2
re3-05b01c5ff528a8fc32ac92436f3b48d5c1529415.tar.lz
re3-05b01c5ff528a8fc32ac92436f3b48d5c1529415.tar.xz
re3-05b01c5ff528a8fc32ac92436f3b48d5c1529415.tar.zst
re3-05b01c5ff528a8fc32ac92436f3b48d5c1529415.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 d119fe09..59f7f7da 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -71,7 +71,9 @@ enum Config {
NUMPICKUPS = 336,
NUMEVENTS = 64,
- NUM_CARGENS = 160
+ NUM_CARGENS = 160,
+
+ NUM_PATH_NODES_IN_AUTOPILOT = 8,
};
// We'll use this once we're ready to become independent of the game
@@ -132,3 +134,4 @@ enum Config {
#define EXPLODING_AIRTRAIN // can blow up jumbo jet with rocket launcher
#define ANIMATE_PED_COL_MODEL
#define CANCELLABLE_CAR_ENTER
+//#define REMOVE_TREADABLE_PATHFIND