mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 06:40:35 +00:00
Use original names
This commit is contained in:
parent
6e42c791cf
commit
8eed6ae179
15 changed files with 41 additions and 41 deletions
|
@ -2556,7 +2556,7 @@ void CTheScripts::UpdateObjectIndices()
|
|||
CBaseModelInfo* pModel = CModelInfo::GetModelInfo(j);
|
||||
if (!pModel)
|
||||
continue;
|
||||
strcpy(name, pModel->GetName());
|
||||
strcpy(name, pModel->GetModelName());
|
||||
#ifdef FIX_BUGS
|
||||
for (int k = 0; k < USED_OBJECT_NAME_LENGTH && name[k]; k++)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue