summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-04-09 12:30:13 +0200
committerGitHub <noreply@github.com>2020-04-09 12:30:13 +0200
commita6d449a2f4fc9cddb6f7ad8b736ba3e98395af73 (patch)
tree969b0346b149d804fc27c2457fe45e91f39d8018 /src/core/config.h
parentMerge pull request #389 from Nick007J/master (diff)
parentFinished CExplosion (diff)
downloadre3-a6d449a2f4fc9cddb6f7ad8b736ba3e98395af73.tar
re3-a6d449a2f4fc9cddb6f7ad8b736ba3e98395af73.tar.gz
re3-a6d449a2f4fc9cddb6f7ad8b736ba3e98395af73.tar.bz2
re3-a6d449a2f4fc9cddb6f7ad8b736ba3e98395af73.tar.lz
re3-a6d449a2f4fc9cddb6f7ad8b736ba3e98395af73.tar.xz
re3-a6d449a2f4fc9cddb6f7ad8b736ba3e98395af73.tar.zst
re3-a6d449a2f4fc9cddb6f7ad8b736ba3e98395af73.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 f7ddbe0b..198ee946 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -126,7 +126,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