mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Match MxOmni::Notify
This commit is contained in:
parent
8fe29412e7
commit
9bd6dba5a2
@ -346,15 +346,11 @@ MxLong MxOmni::Notify(MxParam &p)
|
||||
{
|
||||
MxAutoLocker lock(&this->m_criticalsection);
|
||||
MxLong result;
|
||||
if (p.GetType() == MXSTREAMER_UNKNOWN)
|
||||
{
|
||||
result = HandleNotificationType2(p);
|
||||
}
|
||||
else
|
||||
{
|
||||
result = 0;
|
||||
}
|
||||
return result;
|
||||
|
||||
if (p.GetType() != MXSTREAMER_UNKNOWN)
|
||||
return 0;
|
||||
|
||||
return HandleNotificationType2(p);
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100b0880 STUB
|
||||
|
||||
Loading…
Reference in New Issue
Block a user