mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 09:18:12 +00:00
Merge remote-tracking branch 'upstream/miami' into miami
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