diff options
author | aap <aap@papnet.eu> | 2020-12-03 16:04:59 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-12-03 16:04:59 +0100 |
commit | 13cefd329390c119126af6dcf0558ceb7c720e59 (patch) | |
tree | fa6f5344fe2e0f590d135515e40a5e673fcbf39a /src/core/config.h | |
parent | little fixes for animviewer (diff) | |
download | re3-13cefd329390c119126af6dcf0558ceb7c720e59.tar re3-13cefd329390c119126af6dcf0558ceb7c720e59.tar.gz re3-13cefd329390c119126af6dcf0558ceb7c720e59.tar.bz2 re3-13cefd329390c119126af6dcf0558ceb7c720e59.tar.lz re3-13cefd329390c119126af6dcf0558ceb7c720e59.tar.xz re3-13cefd329390c119126af6dcf0558ceb7c720e59.tar.zst re3-13cefd329390c119126af6dcf0558ceb7c720e59.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/config.h b/src/core/config.h index 4e71224f..ad0df2da 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -1,27 +1,27 @@ #pragma once enum Config { - NUMPLAYERS = 1, + NUMPLAYERS = 1, // 4 on PS2 NUMCDIMAGES = 12, // gta3.img duplicates (not used on PC) MAX_CDIMAGES = 8, // additional cdimages MAX_CDCHANNELS = 5, - MODELINFOSIZE = 5500, + MODELINFOSIZE = 5500, // 3150 on PS2 // TXDSTORESIZE = 850, TXDSTORESIZE = 1024, // for Xbox map EXTRADIRSIZE = 128, CUTSCENEDIRSIZE = 512, - SIMPLEMODELSIZE = 5000, + SIMPLEMODELSIZE = 5000, // 2910 on PS2 MLOMODELSIZE = 1, MLOINSTANCESIZE = 1, TIMEMODELSIZE = 30, CLUMPMODELSIZE = 5, PEDMODELSIZE = 90, - VEHICLEMODELSIZE = 120, + VEHICLEMODELSIZE = 120, // 70 on PS2 XTRACOMPSMODELSIZE = 2, - TWODFXSIZE = 2000, + TWODFXSIZE = 2000, // 1210 on PS2 MAXVEHICLESLOADED = 50, // 70 on mobile |