diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/config.h | 5 |
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 |