mirror of
https://github.com/GTAmodding/re3.git
synced 2025-01-17 20:36:40 +00:00
Original pool sizes
This commit is contained in:
parent
008f8a1e19
commit
714cd47db9
1 changed files with 4 additions and 4 deletions
|
@ -10,9 +10,9 @@ enum Config {
|
|||
MAX_CDIMAGES = 8, // additional cdimages
|
||||
MAX_CDCHANNELS = 5,
|
||||
|
||||
MODELINFOSIZE = 6500, // only 4900
|
||||
TXDSTORESIZE = 1385, // only 1200
|
||||
COLSTORESIZE = 31, // only 15
|
||||
MODELINFOSIZE = 4900,
|
||||
TXDSTORESIZE = 1200,
|
||||
COLSTORESIZE = 15,
|
||||
EXTRADIRSIZE = 256,
|
||||
CUTSCENEDIRSIZE = 512,
|
||||
|
||||
|
@ -100,7 +100,7 @@ enum Config {
|
|||
NUMPACMANPICKUPS = 256,
|
||||
NUMEVENTS = 64,
|
||||
|
||||
NUM_CARGENS = 500,
|
||||
NUM_CARGENS = 195, // 500 on mobile
|
||||
|
||||
NUM_PATH_NODES_IN_AUTOPILOT = 8,
|
||||
|
||||
|
|
Loading…
Reference in a new issue