mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 12:11:15 +00:00
fixes
This commit is contained in:
parent
008aed7c87
commit
4a728c2d75
@ -48,7 +48,14 @@ LegoWorldPresenter::~LegoWorldPresenter()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (m_objectBackend) {
|
if (m_objectBackend) {
|
||||||
|
#ifdef COMPAT_MODE
|
||||||
|
{
|
||||||
|
MxNotificationParam param(c_notificationNewPresenter, NULL);
|
||||||
|
NotificationManager()->Send(m_objectBackend, ¶m);
|
||||||
|
}
|
||||||
|
#else
|
||||||
NotificationManager()->Send(m_objectBackend, &MxNotificationParam(c_notificationNewPresenter, NULL));
|
NotificationManager()->Send(m_objectBackend, &MxNotificationParam(c_notificationNewPresenter, NULL));
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -39,7 +39,6 @@ void LegoAnimationManager::InitForWorld(undefined4)
|
|||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// STUB: LEGO1 0x100619f0
|
// STUB: LEGO1 0x100619f0
|
||||||
MxLong LegoAnimationManager::Notify(MxParam& p_param)
|
MxLong LegoAnimationManager::Notify(MxParam& p_param)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user