Implement/match Act3Brickster::ParseAction (#1211)

This commit is contained in:
Christian Semmler
2024-12-12 08:06:15 -07:00
committed by GitHub
parent 598d6dd10c
commit fe57a94416
4 changed files with 66 additions and 13 deletions

View File

@@ -534,6 +534,13 @@ MxResult Act3::Tickle()
return SUCCESS;
}
// STUB: LEGO1 0x100733f0
// STUB: BETA10 0x10016ba2
void Act3::SetBrickster(Act3Brickster* p_brickster)
{
m_brickster = p_brickster;
}
// FUNCTION: LEGO1 0x10073400
void Act3::FUN_10073400()
{