diff options
author | majestic <majesticcoding@gmail.com> | 2020-07-30 05:47:24 +0200 |
---|---|---|
committer | majestic <majesticcoding@gmail.com> | 2020-08-04 00:31:42 +0200 |
commit | 394134f77416dfae6b8fc896b43932d6052e5532 (patch) | |
tree | c235604b455e63e8d39d795988eed2b80cee4ce1 /src/core | |
parent | Fix Win32 OAL build (diff) | |
download | re3-394134f77416dfae6b8fc896b43932d6052e5532.tar re3-394134f77416dfae6b8fc896b43932d6052e5532.tar.gz re3-394134f77416dfae6b8fc896b43932d6052e5532.tar.bz2 re3-394134f77416dfae6b8fc896b43932d6052e5532.tar.lz re3-394134f77416dfae6b8fc896b43932d6052e5532.tar.xz re3-394134f77416dfae6b8fc896b43932d6052e5532.tar.zst re3-394134f77416dfae6b8fc896b43932d6052e5532.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, |