diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2021-01-08 21:50:59 +0200 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2021-01-08 21:50:59 +0200 |
| commit | 8eed6ae1794989eb15fe95d867c44c196080c4dd (patch) | |
| tree | 2e995dcc6e9c1eb830fe634fe695b0778c4d7957 /src/entities | |
| parent | Merge pull request #909 from Fire-Head/master (diff) | |
| download | re3-8eed6ae1794989eb15fe95d867c44c196080c4dd.tar.gz | |
Use original names
Diffstat (limited to 'src/entities')
| -rw-r--r-- | src/entities/Entity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Entity.cpp b/src/entities/Entity.cpp index 91b417d0..7fcc3829 100644 --- a/src/entities/Entity.cpp +++ b/src/entities/Entity.cpp @@ -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) |
