Implement/match LegoAnimationManager::Resume (#869)

* Implement/match LegoAnimationManager::FUN_1005f0b0

* Rename
This commit is contained in:
Christian Semmler
2024-04-30 04:27:57 -04:00
committed by GitHub
parent e7670f9a81
commit 599d8c91c8
5 changed files with 29 additions and 20 deletions

View File

@@ -630,7 +630,7 @@ void LegoWorld::Enable(MxBool p_enable)
PlantManager()->FUN_10026360(m_scriptIndex);
AnimationManager()->LoadScriptInfo(m_scriptIndex);
BuildingManager()->FUN_1002fa00();
AnimationManager()->FUN_1005f0b0();
AnimationManager()->Resume();
}
GameState()->ResetROI();