mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 18:04:09 +00:00
some work on zones
This commit is contained in:
parent
edd9301d7f
commit
cbfc45b3f7
11 changed files with 90 additions and 86 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(m_level == LEVEL_NONE){
|
||||
if(mi->GetTxdSlot() != CTxdStore::FindTxdSlot("generic")){
|
||||
mi->SetTexDictionary("generic");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue