mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
use MxResult return type in MxCore::Tickle()
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
Reference in New Issue
Block a user