mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 07:10:43 +00:00
Merge branch 'master' of git://github.com/GTAmodding/re3 into eray
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user