Implement/match Act3Brickster::Animate (#1237)

* Implement/match `Act3Brickster::Animate`

* Improve loop
This commit is contained in:
Christian Semmler
2024-12-17 11:11:47 -07:00
committed by GitHub
parent 9c951c4974
commit 66e3c9a2e1
4 changed files with 196 additions and 10 deletions

View File

@@ -844,6 +844,13 @@ void Act3::DebugCopter(
}
}
// FUNCTION: LEGO1 0x10073a60
void Act3::FUN_10073a60()
{
m_unk0x421e--;
m_helicopterDots[m_unk0x421e]->Enable(FALSE);
}
// FUNCTION: LEGO1 0x10073a90
void Act3::Enable(MxBool p_enable)
{