summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-05-12 01:00:26 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-05-12 01:00:26 +0200
commit9647587447fc7006d4a475952e62e47264832c9f (patch)
tree20e8b8da9178b945c6b265868277c8afffdbae59 /src/core/config.h
parentmore script (diff)
parentMerge pull request #535 from Nick007J/miami (diff)
downloadre3-9647587447fc7006d4a475952e62e47264832c9f.tar
re3-9647587447fc7006d4a475952e62e47264832c9f.tar.gz
re3-9647587447fc7006d4a475952e62e47264832c9f.tar.bz2
re3-9647587447fc7006d4a475952e62e47264832c9f.tar.lz
re3-9647587447fc7006d4a475952e62e47264832c9f.tar.xz
re3-9647587447fc7006d4a475952e62e47264832c9f.tar.zst
re3-9647587447fc7006d4a475952e62e47264832c9f.zip
Diffstat (limited to '')
-rw-r--r--src/core/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 3ed0981b..17cea982 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -51,7 +51,9 @@ enum Config {
// Link list lengths
NUMALPHALIST = 20,
- NUMALPHAENTITYLIST = 150,
+ NUMBOATALPHALIST = 20,
+ NUMALPHAENTITYLIST = 200,
+ NUMALPHAUNTERWATERENTITYLIST = 30,
NUMCOLCACHELINKS = 200,
NUMREFERENCES = 800,