mirror of
https://github.com/td512/re3.git
synced 2026-03-03 08:05:02 +00:00
Merge branch 'lcs' into lcs-dev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user