From c715569d1d52ebc2a99544a98bedbfdabf8fd3a7 Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 7 May 2020 21:55:54 +0200 Subject: CBaseModelInfo done --- src/core/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/config.h') diff --git a/src/core/config.h b/src/core/config.h index f4cc8b05..940d06db 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -13,13 +13,13 @@ enum Config { EXTRADIRSIZE = 256, CUTSCENEDIRSIZE = 512, - SIMPLEMODELSIZE = 5000, // only 3885 in VC??? + SIMPLEMODELSIZE = 3885, TIMEMODELSIZE = 385, CLUMPMODELSIZE = 5, WEAPONMODELSIZE = 37, PEDMODELSIZE = 130, - VEHICLEMODELSIZE = 120, // only 110 in VC??? - TWODFXSIZE = 2000, // only 1210 in VC??? + VEHICLEMODELSIZE = 110, + TWODFXSIZE = 1210, MAXVEHICLESLOADED = 50, // 70 on mobile -- cgit v1.2.3