summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-04-08 21:29:02 +0200
committerSergeanur <s.anureev@yandex.ua>2020-04-09 12:28:17 +0200
commitcb262c791e95a959f015e3231f61912024c88818 (patch)
tree2958e58b323eadc24b90f7f199a514082f866bb1 /src/core/config.h
parentFix target sprite size (diff)
downloadre3-cb262c791e95a959f015e3231f61912024c88818.tar
re3-cb262c791e95a959f015e3231f61912024c88818.tar.gz
re3-cb262c791e95a959f015e3231f61912024c88818.tar.bz2
re3-cb262c791e95a959f015e3231f61912024c88818.tar.lz
re3-cb262c791e95a959f015e3231f61912024c88818.tar.xz
re3-cb262c791e95a959f015e3231f61912024c88818.tar.zst
re3-cb262c791e95a959f015e3231f61912024c88818.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 f653f724..4425e7de 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -125,7 +125,9 @@ enum Config {
NUM_GARAGE_STORED_CARS = 6,
- NUM_CRANES = 8
+ NUM_CRANES = 8,
+
+ NUM_EXPLOSIONS = 48,
};
// We'll use this once we're ready to become independent of the game