mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 10:34:08 +00:00
new zone stuff
This commit is contained in:
parent
aa8968ecf2
commit
e0568a19d5
17 changed files with 386 additions and 857 deletions
|
@ -331,7 +331,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue