Implement LegoAnimationManager::FUN_10061010 (#888)

This commit is contained in:
Christian Semmler
2024-05-07 15:59:46 -04:00
committed by GitHub
parent 4b386fe738
commit 05edf96186
13 changed files with 93 additions and 16 deletions

View File

@@ -622,7 +622,7 @@ MxLong LegoNavController::Notify(MxParam& p_param)
break;
}
case VK_SPACE:
AnimationManager()->FUN_10061010(1);
AnimationManager()->FUN_10061010(TRUE);
break;
case 'Z':
// TODO

View File

@@ -618,7 +618,7 @@ void LegoWorld::Enable(MxBool p_enable)
if (p_enable && !m_set0xd0.empty()) {
if (CurrentWorld() != this) {
if (CurrentWorld()) {
AnimationManager()->FUN_10061010(0);
AnimationManager()->FUN_10061010(FALSE);
CurrentWorld()->Enable(FALSE);
LegoEntityListCursor cursor(m_entityList);