mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +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
|
||||
MxResult MxCore::Tickle()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user