mirror of
https://github.com/halpz/re3.git
synced 2025-05-01 13:07:57 +03:00
CStreaming almost done
This commit is contained in:
parent
d74b8fa952
commit
f6c767d87c
10 changed files with 421 additions and 66 deletions
|
@ -35,14 +35,14 @@ CEntity::CEntity(void)
|
|||
bIsBIGBuilding = false;
|
||||
bRenderDamaged = false;
|
||||
|
||||
m_flagC1 = false;
|
||||
m_flagC2 = false;
|
||||
m_flagC4 = false;
|
||||
m_flagC8 = false;
|
||||
m_flagC10 = false;
|
||||
m_flagC20 = false;
|
||||
m_bZoneCulled = false;
|
||||
m_bZoneCulled2 = false;
|
||||
bBulletProof = false;
|
||||
bFireProof = false;
|
||||
bCollisionProof = false;
|
||||
bMeleeProof = false;
|
||||
bOnlyDamagedByPlayer = false;
|
||||
bStreamingDontDelete = false;
|
||||
bZoneCulled = false;
|
||||
bZoneCulled2 = false;
|
||||
|
||||
bRemoveFromWorld = false;
|
||||
bHasHitWall = false;
|
||||
|
@ -305,7 +305,7 @@ CEntity::SetupBigBuilding(void)
|
|||
|
||||
mi = (CSimpleModelInfo*)CModelInfo::GetModelInfo(m_modelIndex);
|
||||
bIsBIGBuilding = true;
|
||||
m_flagC20 = true;
|
||||
bStreamingDontDelete = true;
|
||||
bUsesCollision = false;
|
||||
m_level = CTheZones::GetLevelFromPosition(GetPosition());
|
||||
if(m_level == LEVEL_NONE){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue