diff options
author | aap <aap@papnet.eu> | 2020-08-20 23:43:13 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-08-20 23:44:40 +0200 |
commit | a6fe606ce687b67c238f8671cf2dda5c840654c8 (patch) | |
tree | d1e1508a0b016e118b7d357e980262f1aa1e63f1 /src/core/config.h | |
parent | Merge pull request #693 from majesticCoding/miami (diff) | |
download | re3-a6fe606ce687b67c238f8671cf2dda5c840654c8.tar re3-a6fe606ce687b67c238f8671cf2dda5c840654c8.tar.gz re3-a6fe606ce687b67c238f8671cf2dda5c840654c8.tar.bz2 re3-a6fe606ce687b67c238f8671cf2dda5c840654c8.tar.lz re3-a6fe606ce687b67c238f8671cf2dda5c840654c8.tar.xz re3-a6fe606ce687b67c238f8671cf2dda5c840654c8.tar.zst re3-a6fe606ce687b67c238f8671cf2dda5c840654c8.zip |
Diffstat (limited to 'src/core/config.h')
-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 1cd9ca6c..5b4cebe4 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -113,6 +113,7 @@ enum Config { NUMPHONES = 50, NUMPEDGROUPS = 67, NUMMODELSPERPEDGROUP = 16, + MAXZONEPEDSLOADED = 8, NUMSHOTINFOS = 100, NUMROADBLOCKS = 300, |