mirror of
https://github.com/halpz/re3.git
synced 2025-07-23 20:09:43 +00:00
sync with master
This commit is contained in:
@ -333,7 +333,7 @@ CEntity::SetupBigBuilding(void)
|
||||
bIsBIGBuilding = true;
|
||||
bStreamingDontDelete = true;
|
||||
bUsesCollision = false;
|
||||
m_level = CTheZones::GetLevelFromPosition(GetPosition());
|
||||
m_level = CTheZones::GetLevelFromPosition(&GetPosition());
|
||||
if(mi->m_lodDistances[0] <= 2000.0f)
|
||||
bStreamBIGBuilding = true;
|
||||
if(mi->m_lodDistances[0] > 2500.0f || mi->m_ignoreDrawDist)
|
||||
|
Reference in New Issue
Block a user