mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 06:24:09 +00:00
Use original names
This commit is contained in:
parent
68e8c1ce04
commit
faa9e6441b
15 changed files with 45 additions and 45 deletions
|
@ -626,7 +626,7 @@ CEntity::SetupBigBuilding(void)
|
|||
if(mi->m_lodDistances[0] > 2500.0f || mi->m_ignoreDrawDist)
|
||||
m_level = LEVEL_GENERIC;
|
||||
else if(m_level == LEVEL_GENERIC)
|
||||
printf("%s isn't in a level\n", mi->GetName());
|
||||
printf("%s isn't in a level\n", mi->GetModelName());
|
||||
}
|
||||
|
||||
float WindTabel[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue