diff options
author | aap <aap@papnet.eu> | 2020-01-12 23:19:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 23:19:55 +0100 |
commit | 9d3c73156bd388cc82e15555b57f49abdceab317 (patch) | |
tree | 8c05ff1d896b13603db2c26a21f48722f1410b2e /src/core | |
parent | Merge pull request #291 from Sergeanur/AccidentManager (diff) | |
parent | Fixes (diff) | |
download | re3-9d3c73156bd388cc82e15555b57f49abdceab317.tar re3-9d3c73156bd388cc82e15555b57f49abdceab317.tar.gz re3-9d3c73156bd388cc82e15555b57f49abdceab317.tar.bz2 re3-9d3c73156bd388cc82e15555b57f49abdceab317.tar.lz re3-9d3c73156bd388cc82e15555b57f49abdceab317.tar.xz re3-9d3c73156bd388cc82e15555b57f49abdceab317.tar.zst re3-9d3c73156bd388cc82e15555b57f49abdceab317.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index f36db2f4..cbaf4d9a 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -86,6 +86,7 @@ enum Config { NUM_ACCIDENTS = 20, NUM_FIRES = 40, NUM_GARAGES = 32, + NUM_PROJECTILES = 32, NUMPEDROUTES = 200, NUMPHONES = 50, |