1
0
mirror of https://github.com/td512/re3.git synced 2026-03-01 23:18:50 +00:00

Use original names

This commit is contained in:
Sergeanur
2021-01-08 21:53:11 +02:00
parent 68e8c1ce04
commit faa9e6441b
15 changed files with 45 additions and 45 deletions

View File

@@ -2759,7 +2759,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