started CStreaming

This commit is contained in:
aap
2019-06-20 14:49:16 +02:00
parent 109cde810c
commit 922c73eeee
6 changed files with 388 additions and 18 deletions

View File

@ -18,7 +18,7 @@ CBuilding::ReplaceWithNewModel(int32 id)
if(bIsBIGBuilding)
if(m_level == LEVEL_NONE || m_level == CGame::currLevel)
CStreaming::RequestModel(id, STREAM_DONT_REMOVE);
CStreaming::RequestModel(id, STREAMFLAGS_DONT_REMOVE);
}
STARTPATCHES