mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Fix return type
This commit is contained in:
parent
50ace43e32
commit
8fe29412e7
@ -358,7 +358,7 @@ MxLong MxOmni::Notify(MxParam &p)
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100b0880 STUB
|
||||
MxLong MxOmni::HandleNotificationType2(MxParam& p_param)
|
||||
MxResult MxOmni::HandleNotificationType2(MxParam& p_param)
|
||||
{
|
||||
// TODO STUB
|
||||
return FAILURE;
|
||||
|
||||
@ -61,7 +61,7 @@ class MxOmni : public MxCore
|
||||
MxMusicManager* GetMusicManager() const { return this->m_musicManager; }
|
||||
MxEventManager* GetEventManager() const { return this->m_eventManager; }
|
||||
MxAtomIdCounterSet* GetAtomIdCounterSet() const { return this->m_atomIdCounterSet; }
|
||||
MxLong HandleNotificationType2(MxParam& p_param);
|
||||
MxResult HandleNotificationType2(MxParam& p_param);
|
||||
protected:
|
||||
static MxOmni* g_instance;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user