mirror of
https://github.com/td512/re3.git
synced 2026-01-28 15:00:38 +00:00
Rename LEVEL_NONE to LEVEL_GENERIC
This commit is contained in:
@@ -17,6 +17,6 @@ CBuilding::ReplaceWithNewModel(int32 id)
|
||||
m_modelIndex = id;
|
||||
|
||||
if(bIsBIGBuilding)
|
||||
if(m_level == LEVEL_NONE || m_level == CGame::currLevel)
|
||||
if(m_level == LEVEL_GENERIC || m_level == CGame::currLevel)
|
||||
CStreaming::RequestModel(id, STREAMFLAGS_DONT_REMOVE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user