mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 10:24:18 +00:00
Implement Act2Actor::FUN_10019700 (#1215)
Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -928,6 +928,14 @@ void LegoAct2::SpawnBricks()
|
||||
m_nextBrick++;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10051f20
|
||||
// STUB: BETA10 0x10013f48
|
||||
undefined4 LegoAct2::FUN_10051f20()
|
||||
{
|
||||
// TODO
|
||||
return 0;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10051fa0
|
||||
// FUNCTION: BETA10 0x10013fd3
|
||||
void LegoAct2::FUN_10051fa0(MxS32 p_param1)
|
||||
|
||||
Reference in New Issue
Block a user