diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2020-07-09 19:18:42 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2020-07-09 19:18:42 +0300 |
| commit | cf69f22a0ce5b808a4d945a5cef1d9d4c51c0b5c (patch) | |
| tree | f8a4337f1394c0c55b1be4e8ee62e49e713ba1c7 /src/modelinfo/ModelInfo.cpp | |
| parent | Remove console and fix sth (diff) | |
| download | re3-cf69f22a0ce5b808a4d945a5cef1d9d4c51c0b5c.tar.gz | |
Remove island loading
Diffstat (limited to 'src/modelinfo/ModelInfo.cpp')
| -rw-r--r-- | src/modelinfo/ModelInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modelinfo/ModelInfo.cpp b/src/modelinfo/ModelInfo.cpp index da09bdfa..713600fd 100644 --- a/src/modelinfo/ModelInfo.cpp +++ b/src/modelinfo/ModelInfo.cpp @@ -217,6 +217,7 @@ CModelInfo::IsBikeModel(int32 id) void CModelInfo::RemoveColModelsFromOtherLevels(eLevelName level) { +#ifndef NO_ISLAND_LOADING int i; CBaseModelInfo *mi; CColModel *colmodel; @@ -229,6 +230,7 @@ CModelInfo::RemoveColModelsFromOtherLevels(eLevelName level) colmodel->RemoveCollisionVolumes(); } } +#endif } void |
