Implement/match LegoCharacterManager::FUN_10083c30 (#819)

This commit is contained in:
Christian Semmler
2024-04-19 08:30:36 -04:00
committed by GitHub
parent 9e71eef72b
commit fb0f35188b
3 changed files with 52 additions and 18 deletions

View File

@@ -208,7 +208,6 @@ inline MxBool MxListCursor<T>::Find(T p_obj)
{
for (m_match = m_list->m_first; m_match && m_list->Compare(m_match->GetValue(), p_obj);
m_match = m_match->GetNext()) {
;
}
return m_match != NULL;