diff options
author | erorcun <erayorcunus@gmail.com> | 2020-03-29 18:03:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 18:03:59 +0200 |
commit | 6704a62b32ac989121b9ba77838d9366051d1e61 (patch) | |
tree | 33289907884539caba07c67b26e0988c65f26a27 /src/core/config.h | |
parent | Merge pull request #365 from Fire-Head/master (diff) | |
parent | CShotInfo, CWanted done, Frontend fix (diff) | |
download | re3-6704a62b32ac989121b9ba77838d9366051d1e61.tar re3-6704a62b32ac989121b9ba77838d9366051d1e61.tar.gz re3-6704a62b32ac989121b9ba77838d9366051d1e61.tar.bz2 re3-6704a62b32ac989121b9ba77838d9366051d1e61.tar.lz re3-6704a62b32ac989121b9ba77838d9366051d1e61.tar.xz re3-6704a62b32ac989121b9ba77838d9366051d1e61.tar.zst re3-6704a62b32ac989121b9ba77838d9366051d1e61.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 2ff0ef78..ab5b02e7 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -100,6 +100,7 @@ enum Config { NUMPHONES = 50, NUMPEDGROUPS = 31, NUMMODELSPERPEDGROUP = 8, + NUMSHOTINFOS = 100, NUMROADBLOCKS = 600, |