mirror of
https://github.com/halpz/re3.git
synced 2025-07-30 08:20:27 +00:00
started CStreaming
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
enum Config {
|
||||
NUMCDIMAGES = 50, // was 12
|
||||
NUMCDIMAGES = 12, // gta3.img duplicates (not used on PC)
|
||||
MAX_CDIMAGES = 8, // additional cdimages
|
||||
|
||||
MODELINFOSIZE = 5500,
|
||||
TXDSTORESIZE = 850,
|
||||
@ -14,6 +15,8 @@ enum Config {
|
||||
VEHICLEMODELSIZE = 120,
|
||||
TWODFXSIZE = 2000,
|
||||
|
||||
MAXVEHICLESLOADED = 50, // 70 on mobile
|
||||
|
||||
NUMOBJECTINFO = 168, // object.dat
|
||||
|
||||
// Pool sizes
|
||||
|
Reference in New Issue
Block a user