mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-17 21:41:15 +00:00
use MxResult return type in MxCore::Tickle()
This commit is contained in:
parent
3a1cab323f
commit
8b1c8f7abe
@ -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 New Issue
Block a user