InvokeAction: take const atom (#837)

This commit is contained in:
Christian Semmler
2024-04-22 08:24:00 -04:00
committed by GitHub
parent f1688be263
commit b4f29ea6b0
5 changed files with 5 additions and 18 deletions

View File

@@ -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);
}
}