summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-04-06 18:31:54 +0200
committerGitHub <noreply@github.com>2020-04-06 18:31:54 +0200
commit81d945488d85e6ac82853fe3f2d1f9ef7963c3b7 (patch)
tree577560902cfab188f260d3622cbba616b52a7128 /src/core/config.h
parentMerge pull request #354 from PerikiyoXD/master (diff)
parentstats fix (diff)
downloadre3-81d945488d85e6ac82853fe3f2d1f9ef7963c3b7.tar
re3-81d945488d85e6ac82853fe3f2d1f9ef7963c3b7.tar.gz
re3-81d945488d85e6ac82853fe3f2d1f9ef7963c3b7.tar.bz2
re3-81d945488d85e6ac82853fe3f2d1f9ef7963c3b7.tar.lz
re3-81d945488d85e6ac82853fe3f2d1f9ef7963c3b7.tar.xz
re3-81d945488d85e6ac82853fe3f2d1f9ef7963c3b7.tar.zst
re3-81d945488d85e6ac82853fe3f2d1f9ef7963c3b7.zip
Diffstat (limited to 'src/core/config.h')
-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 373fca2f..cb2b9f1d 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -120,7 +120,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