mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-29 11:11:15 +00:00
Use FALSE for m_timerRunning
This commit is contained in:
parent
d739025519
commit
da675e3e29
@ -157,7 +157,7 @@ void MxOmni::Init()
|
|||||||
m_timer = NULL;
|
m_timer = NULL;
|
||||||
m_streamer = NULL;
|
m_streamer = NULL;
|
||||||
m_atomIdCounterSet = NULL;
|
m_atomIdCounterSet = NULL;
|
||||||
m_timerRunning = 0;
|
m_timerRunning = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100af0b0
|
// FUNCTION: LEGO1 0x100af0b0
|
||||||
@ -356,10 +356,7 @@ MxResult MxOmni::CreatePresenter(MxStreamController* p_controller, MxDSAction& p
|
|||||||
if (p_action.GetUnknown84()) {
|
if (p_action.GetUnknown84()) {
|
||||||
#ifdef COMPAT_MODE
|
#ifdef COMPAT_MODE
|
||||||
MxStartActionNotificationParam param(c_notificationStartAction, object, &p_action, FALSE);
|
MxStartActionNotificationParam param(c_notificationStartAction, object, &p_action, FALSE);
|
||||||
NotificationManager()->Send(
|
NotificationManager()->Send(p_action.GetUnknown84(), ¶m);
|
||||||
p_action.GetUnknown84(),
|
|
||||||
¶m
|
|
||||||
);
|
|
||||||
#else
|
#else
|
||||||
NotificationManager()->Send(
|
NotificationManager()->Send(
|
||||||
p_action.GetUnknown84(),
|
p_action.GetUnknown84(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user