diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2020-01-21 09:47:24 +0200 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2020-01-21 09:47:24 +0200 |
| commit | 77515f04e0cbb23029563017b47def5f2b9d0e4a (patch) | |
| tree | 9581f7371b37f886e13beb06019fbb8516a28756 /src/modelinfo/ModelInfo.h | |
| parent | Refactor CCullZone::CalcDistToCullZoneSquared (diff) | |
| download | re3-77515f04e0cbb23029563017b47def5f2b9d0e4a.tar.gz | |
ConstructMloClumps
Diffstat (limited to 'src/modelinfo/ModelInfo.h')
| -rw-r--r-- | src/modelinfo/ModelInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modelinfo/ModelInfo.h b/src/modelinfo/ModelInfo.h index 1a295264..3835117e 100644 --- a/src/modelinfo/ModelInfo.h +++ b/src/modelinfo/ModelInfo.h @@ -46,4 +46,5 @@ public: static bool IsBikeModel(int32 id); static void RemoveColModelsFromOtherLevels(eLevelName level); static CStore<CInstance, MLOINSTANCESIZE>* CModelInfo::GetMloInstanceStore(); + static void ConstructMloClumps(); }; |
