mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
don't hardcode action ids in VTable0x64
This commit is contained in:
parent
19ef3c2ea0
commit
d57cb26477
@ -228,6 +228,6 @@ MxLong RegistrationBook::HandleNotification19(MxParam& p_param)
|
|||||||
// FUNCTION: LEGO1 0x100783e0
|
// FUNCTION: LEGO1 0x100783e0
|
||||||
MxBool RegistrationBook::VTable0x64()
|
MxBool RegistrationBook::VTable0x64()
|
||||||
{
|
{
|
||||||
DeleteObjects(&m_atom, 500, 506);
|
DeleteObjects(&m_atom, RegbookScript::c_iic006in_RunAnim, RegbookScript::c_iic008in_PlayWav);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user