diff options
author | aap <aap@papnet.eu> | 2020-08-04 12:27:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 12:27:09 +0200 |
commit | d801167637c9083ca1e506506879f00bdbb9b9b4 (patch) | |
tree | 5cad42f40d78c6572bcfb583727781004a731c34 /src/core | |
parent | Merge branch 'master' into miami (diff) | |
parent | CEscalators done (diff) | |
download | re3-d801167637c9083ca1e506506879f00bdbb9b9b4.tar re3-d801167637c9083ca1e506506879f00bdbb9b9b4.tar.gz re3-d801167637c9083ca1e506506879f00bdbb9b9b4.tar.bz2 re3-d801167637c9083ca1e506506879f00bdbb9b9b4.tar.lz re3-d801167637c9083ca1e506506879f00bdbb9b9b4.tar.xz re3-d801167637c9083ca1e506506879f00bdbb9b9b4.tar.zst re3-d801167637c9083ca1e506506879f00bdbb9b9b4.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 28dbe65d..4cd4cbe1 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -135,6 +135,7 @@ enum Config { NUM_GARAGE_STORED_CARS = 4, NUM_CRANES = 8, + NUM_ESCALATORS = 22, NUM_EXPLOSIONS = 48, |