diff options
author | aap <aap@papnet.eu> | 2020-05-06 21:54:43 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-06 21:54:43 +0200 |
commit | 965ea93a616575ef483c21f38c715b6559b18d4a (patch) | |
tree | 7ac8493ed384631a2956c599d0f2f62f730119dd /src/core/Streaming.h | |
parent | Merge pull request #516 from Nick007J/miami (diff) | |
download | re3-965ea93a616575ef483c21f38c715b6559b18d4a.tar re3-965ea93a616575ef483c21f38c715b6559b18d4a.tar.gz re3-965ea93a616575ef483c21f38c715b6559b18d4a.tar.bz2 re3-965ea93a616575ef483c21f38c715b6559b18d4a.tar.lz re3-965ea93a616575ef483c21f38c715b6559b18d4a.tar.xz re3-965ea93a616575ef483c21f38c715b6559b18d4a.tar.zst re3-965ea93a616575ef483c21f38c715b6559b18d4a.zip |
Diffstat (limited to 'src/core/Streaming.h')
-rw-r--r-- | src/core/Streaming.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |