Increase alpha entity list capacity for wide screen

This commit is contained in:
Sergeanur
2020-04-16 12:44:04 +03:00
parent b1fc7bc533
commit 69c32376fe
2 changed files with 9 additions and 3 deletions

View File

@ -47,7 +47,8 @@ enum Config {
NUM_PATHCONNECTIONS = 10260,
// Link list lengths
// TODO: alpha list
NUMALPHALIST = 20,
NUMALPHAENTITYLIST = 150,
NUMCOLCACHELINKS = 200,
NUMREFERENCES = 800,