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

@@ -30,7 +30,7 @@ MxLong GasStationEntity::VTable0x50(MxParam& p_param)
Isle* isle = (Isle*) FindWorld(*g_isleScript, IsleScript::c__Isle);
isle->SetDestLocation(LegoGameState::Area::e_garage);
AnimationManager()->FUN_10061010(0);
AnimationManager()->FUN_10061010(FALSE);
TransitionManager()->StartTransition(MxTransitionManager::e_mosaic, 50, FALSE, FALSE);
}
}