Merge branch 'master' of git://github.com/GTAmodding/re3 into eray

This commit is contained in:
eray orçunus 2019-06-20 21:29:34 +03:00
commit 4a3138f384
11 changed files with 466 additions and 57 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