mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-28 10:54:16 +00:00
InvokeAction: take const atom (#837)
This commit is contained in:
committed by
GitHub
parent
f1688be263
commit
b4f29ea6b0
@@ -38,14 +38,7 @@ void LegoActionControlPresenter::RepeatingTickle()
|
||||
ParseExtra();
|
||||
}
|
||||
|
||||
#ifdef COMPAT_MODE
|
||||
{
|
||||
MxAtomId atom(m_unk0x54.GetData(), e_lowerCase2);
|
||||
InvokeAction(m_unk0x50, atom, m_unk0x64, NULL);
|
||||
}
|
||||
#else
|
||||
InvokeAction(m_unk0x50, MxAtomId(m_unk0x54.GetData(), e_lowerCase2), m_unk0x64, NULL);
|
||||
#endif
|
||||
ProgressTickleState(e_done);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user