mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement/match Act3Brickster::ParseAction
(#1211)
This commit is contained in:

committed by
GitHub

parent
598d6dd10c
commit
fe57a94416
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user