summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-04-05 11:35:51 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-04-05 11:35:51 +0200
commit057b28e39b2e58aae1f47d44bd1ce6222a781978 (patch)
treef9f207d74461f98f46baf184d01e56d2fb8fd76b /src/core/config.h
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadre3-057b28e39b2e58aae1f47d44bd1ce6222a781978.tar
re3-057b28e39b2e58aae1f47d44bd1ce6222a781978.tar.gz
re3-057b28e39b2e58aae1f47d44bd1ce6222a781978.tar.bz2
re3-057b28e39b2e58aae1f47d44bd1ce6222a781978.tar.lz
re3-057b28e39b2e58aae1f47d44bd1ce6222a781978.tar.xz
re3-057b28e39b2e58aae1f47d44bd1ce6222a781978.tar.zst
re3-057b28e39b2e58aae1f47d44bd1ce6222a781978.zip
Diffstat (limited to '')
-rw-r--r--src/core/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 58885e57..784a9b95 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -118,7 +118,9 @@ enum Config {
NUM_AUDIO_REFLECTIONS = 5,
NUM_SCRIPT_MAX_ENTITIES = 40,
- NUM_GARAGE_STORED_CARS = 6
+ NUM_GARAGE_STORED_CARS = 6,
+
+ NUM_CRANES = 8
};
// We'll use this once we're ready to become independent of the game