mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 14:30:34 +00:00
Use original names
This commit is contained in:
parent
6e42c791cf
commit
8eed6ae179
15 changed files with 41 additions and 41 deletions
|
@ -582,7 +582,7 @@ CEntity::SetupBigBuilding(void)
|
|||
if(m_level == LEVEL_GENERIC){
|
||||
if(mi->GetTxdSlot() != CTxdStore::FindTxdSlot("generic")){
|
||||
mi->SetTexDictionary("generic");
|
||||
printf("%d:%s txd has been set to generic\n", m_modelIndex, mi->GetName());
|
||||
printf("%d:%s txd has been set to generic\n", m_modelIndex, mi->GetModelName());
|
||||
}
|
||||
}
|
||||
if(mi->m_lodDistances[0] > 2000.0f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue