Use original names

This commit is contained in:
Sergeanur
2021-01-08 21:50:59 +02:00
parent 6e42c791cf
commit 8eed6ae179
15 changed files with 41 additions and 41 deletions

View File

@ -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