mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
fixes
This commit is contained in:
parent
008aed7c87
commit
4a728c2d75
@ -65,7 +65,7 @@ class LegoWorld : public LegoEntity {
|
|||||||
undefined4 m_unk0xec; // 0xec
|
undefined4 m_unk0xec; // 0xec
|
||||||
undefined4 m_unk0xf0; // 0xf0
|
undefined4 m_unk0xf0; // 0xf0
|
||||||
MxS16 m_unk0xf4; // 0xf4
|
MxS16 m_unk0xf4; // 0xf4
|
||||||
MxBool m_worldStarted; // 0xf6
|
MxBool m_worldStarted; // 0xf6
|
||||||
undefined m_unk0xf7; // 0xf7
|
undefined m_unk0xf7; // 0xf7
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -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