mirror of
https://github.com/halpz/re3.git
synced 2025-10-08 10:51:35 +00:00
CSimpleModelInfo
This commit is contained in:
@@ -642,7 +642,7 @@ CFileLoader::LoadObjectTypes(const char *filename)
|
||||
for(id = minID; id <= maxID; id++){
|
||||
CSimpleModelInfo *mi = (CSimpleModelInfo*)CModelInfo::GetModelInfo(id);
|
||||
if(mi && mi->IsBuilding())
|
||||
mi->SetupBigBuilding();
|
||||
mi->SetupBigBuilding(minID, maxID);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user