mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
space
This commit is contained in:
parent
b8e22f1b26
commit
39e31fba72
@ -356,6 +356,7 @@ MxBool LegoCharacterManager::FUN_10084c00(const LegoChar*)
|
||||
LegoCharacterData* LegoCharacterManager::Find(const char* p_key)
|
||||
{
|
||||
MxU32 i;
|
||||
|
||||
for (i = 0; i < _countof(g_characterData) - 1; i++) {
|
||||
if (!strcmpi(g_characterData[i].m_name, p_key)) {
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user