From 965ea93a616575ef483c21f38c715b6559b18d4a Mon Sep 17 00:00:00 2001 From: aap Date: Wed, 6 May 2020 21:54:43 +0200 Subject: checked some of streaming for VC changes --- src/core/Streaming.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/Streaming.h') diff --git a/src/core/Streaming.h b/src/core/Streaming.h index ba868a54..b9c7c8e0 100644 --- a/src/core/Streaming.h +++ b/src/core/Streaming.h @@ -94,6 +94,7 @@ public: static int32 ms_numVehiclesLoaded; static int32 ms_vehiclesLoaded[MAXVEHICLESLOADED]; static int32 ms_lastVehicleDeleted; + static bool ms_bIsPedFromPedGroupLoaded[NUMMODELSPERPEDGROUP]; static CDirectory *ms_pExtraObjectsDir; static int32 ms_numPriorityRequests; static int32 ms_currentPedGrp; @@ -145,7 +146,7 @@ public: static void RemoveIslandsNotUsed(eLevelName level); static void RemoveBigBuildings(eLevelName level); static bool RemoveLoadedVehicle(void); - static bool RemoveLeastUsedModel(void); + static bool RemoveLeastUsedModel(uint32 excludeMask); static void RemoveAllUnusedModels(void); static void RemoveUnusedModelsInLoadedList(void); static bool RemoveReferencedTxds(int32 mem); -- cgit v1.2.3