mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 03:58:08 +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