mirror of
https://github.com/halpz/re3.git
synced 2025-07-04 05:30:45 +00:00
Increase alpha entity list capacity for wide screen
This commit is contained in:
@ -47,7 +47,8 @@ enum Config {
|
||||
NUM_PATHCONNECTIONS = 10260,
|
||||
|
||||
// Link list lengths
|
||||
// TODO: alpha list
|
||||
NUMALPHALIST = 20,
|
||||
NUMALPHAENTITYLIST = 150,
|
||||
NUMCOLCACHELINKS = 200,
|
||||
NUMREFERENCES = 800,
|
||||
|
||||
|
Reference in New Issue
Block a user