use MxResult return type in MxCore::Tickle()

This commit is contained in:
Ramen2X
2023-10-16 18:46:45 -04:00
committed by GitHub
parent 3a1cab323f
commit 8b1c8f7abe

View File

@@ -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;
} }