diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-09-15 01:28:07 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-09-15 01:28:07 +0200 |
commit | 368ce0d4e5607b2c7e442efe73da71b266c8727b (patch) | |
tree | 6e3b9e8bb1f43b4952ed5f4910e3d7f05d47037f /src/core/config.h | |
parent | fix debug (diff) | |
download | re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.tar re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.tar.gz re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.tar.bz2 re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.tar.lz re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.tar.xz re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.tar.zst re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index ddd22ed2..81e2f2fb 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -75,6 +75,9 @@ enum Config { NUM_CARGENS = 160, NUM_PATH_NODES_IN_AUTOPILOT = 8, + + NUM_ACCIDENTS = 20, + NUM_FIRES = 40 }; // We'll use this once we're ready to become independent of the game |