mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
add notify + fix typo
This commit is contained in:
parent
941cf16daa
commit
ad381b8a8c
@ -78,13 +78,20 @@ MxResult Isle::Create(MxDSObject& p_dsObject)
|
||||
}
|
||||
m_act1state = state;
|
||||
|
||||
FUN_1003ef0(TRUE);
|
||||
FUN_1003ef00(TRUE);
|
||||
GameState()->SetDirty(TRUE);
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10030c10
|
||||
MxLong Isle::Notify(MxParam& p_param)
|
||||
{
|
||||
// TODO
|
||||
return 0;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10030fc0
|
||||
void Isle::Stop()
|
||||
{
|
||||
|
||||
@ -26,6 +26,8 @@ class Isle : public LegoWorld {
|
||||
Isle();
|
||||
virtual ~Isle() override;
|
||||
|
||||
virtual MxLong Notify(MxParam& p_param) override; // vtable+0x4
|
||||
|
||||
// FUNCTION: LEGO1 0x10030910
|
||||
inline virtual const char* ClassName() const override // vtable+0x0c
|
||||
{
|
||||
|
||||
@ -113,7 +113,7 @@ void FUN_1003ee00(MxAtomId& p_atomId, MxS32 p_id)
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1003ef00
|
||||
void FUN_1003ef0(MxBool)
|
||||
void FUN_1003ef00(MxBool)
|
||||
{
|
||||
// TODO (something related to animation manager)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user