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);
|
MxAutoLocker lock(&this->m_criticalsection);
|
||||||
MxLong result;
|
MxLong result;
|
||||||
if (p.GetType() == MXSTREAMER_UNKNOWN)
|
|
||||||
{
|
if (p.GetType() != MXSTREAMER_UNKNOWN)
|
||||||
result = HandleNotificationType2(p);
|
return 0;
|
||||||
}
|
|
||||||
else
|
return HandleNotificationType2(p);
|
||||||
{
|
|
||||||
result = 0;
|
|
||||||
}
|
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b0880 STUB
|
// OFFSET: LEGO1 0x100b0880 STUB
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user