diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-09 19:21:36 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-09 19:21:36 +0200 |
commit | 609caad7a4e61a391e6306996a75d82562283803 (patch) | |
tree | b2e70c4692ec2e04e744863f352265c898267786 /src/core/config.h | |
parent | ccarctrl big fix (diff) | |
parent | accidentally swapped reft and light (diff) | |
download | re3-609caad7a4e61a391e6306996a75d82562283803.tar re3-609caad7a4e61a391e6306996a75d82562283803.tar.gz re3-609caad7a4e61a391e6306996a75d82562283803.tar.bz2 re3-609caad7a4e61a391e6306996a75d82562283803.tar.lz re3-609caad7a4e61a391e6306996a75d82562283803.tar.xz re3-609caad7a4e61a391e6306996a75d82562283803.tar.zst re3-609caad7a4e61a391e6306996a75d82562283803.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h index 29a73f33..2ded57bf 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -108,8 +108,8 @@ enum Config { NUMPEDROUTES = 200, NUMPHONES = 50, - NUMPEDGROUPS = 31, - NUMMODELSPERPEDGROUP = 8, // TODO(MIAMI): 16 once we have peds + NUMPEDGROUPS = 67, + NUMMODELSPERPEDGROUP = 16, NUMSHOTINFOS = 100, NUMROADBLOCKS = 300, |