mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
x64
This commit is contained in:
@@ -546,7 +546,7 @@ TAnimContainer * TAnimModel::GetContainer(char *pName)
|
||||
TAnimContainer *pCurrent;
|
||||
for (pCurrent = pRoot; pCurrent != NULL; pCurrent = pCurrent->pNext)
|
||||
// if (pCurrent->GetName()==pName)
|
||||
if (stricmp(pCurrent->NameGet(), pName) == 0)
|
||||
if (std::string(pName) == pCurrent->NameGet())
|
||||
return pCurrent;
|
||||
return AddContainer(pName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user