diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2020-01-23 17:29:36 +0200 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2020-01-23 17:29:36 +0200 |
| commit | 9eb599ff58fcc9d3f89872a548fcf2221c65061f (patch) | |
| tree | 6e25b762d26b51ed9f6778543b543c7d6b79e889 /src/modelinfo/ModelInfo.cpp | |
| parent | ConstructMloClumps (diff) | |
| download | re3-9eb599ff58fcc9d3f89872a548fcf2221c65061f.tar.gz | |
Plane crashfix and more
Diffstat (limited to 'src/modelinfo/ModelInfo.cpp')
| -rw-r--r-- | src/modelinfo/ModelInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modelinfo/ModelInfo.cpp b/src/modelinfo/ModelInfo.cpp index c41320e2..a3c1412d 100644 --- a/src/modelinfo/ModelInfo.cpp +++ b/src/modelinfo/ModelInfo.cpp @@ -218,10 +218,10 @@ CModelInfo::RemoveColModelsFromOtherLevels(eLevelName level) } } -CStore<CInstance, MLOINSTANCESIZE>* +CStore<CInstance, MLOINSTANCESIZE>& CModelInfo::GetMloInstanceStore() { - return &CModelInfo::ms_mloInstanceStore; + return CModelInfo::ms_mloInstanceStore; } void |
