mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-26 17:36:12 -05:00
use MxResult return type in MxCore::Tickle()
This commit is contained in:
parent
3a1cab323f
commit
8b1c8f7abe
1 changed files with 2 additions and 2 deletions
|
@ -24,5 +24,5 @@ MxLong MxCore::Notify(MxParam &p)
|
||||||
// OFFSET: LEGO1 0x10001f70
|
// OFFSET: LEGO1 0x10001f70
|
||||||
MxResult MxCore::Tickle()
|
MxResult MxCore::Tickle()
|
||||||
{
|
{
|
||||||
return 0;
|
return SUCCESS;
|
||||||
}
|
}
|
Loading…
Reference in a new issue