diff options
author | aap <aap@papnet.eu> | 2021-01-08 13:51:31 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-08 13:51:31 +0100 |
commit | a99457ee29331360e5088d07373d4a1e715862f3 (patch) | |
tree | 31ac50898e7b171e25df1cd902b63b147ac22e0a /src/core/config.h | |
parent | Merge branch 'miami' into lcs (diff) | |
download | re3-a99457ee29331360e5088d07373d4a1e715862f3.tar re3-a99457ee29331360e5088d07373d4a1e715862f3.tar.gz re3-a99457ee29331360e5088d07373d4a1e715862f3.tar.bz2 re3-a99457ee29331360e5088d07373d4a1e715862f3.tar.lz re3-a99457ee29331360e5088d07373d4a1e715862f3.tar.xz re3-a99457ee29331360e5088d07373d4a1e715862f3.tar.zst re3-a99457ee29331360e5088d07373d4a1e715862f3.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 36387449..0f6ae5b7 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -111,7 +111,7 @@ enum Config { NUM_WATERCANNONS = 3, NUMPEDROUTES = 200, - NUMPHONES = 50, + NUMPHONES = 60, NUMPEDGROUPS = 67, NUMMODELSPERPEDGROUP = 16, MAXZONEPEDSLOADED = 8, |