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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,5 +24,5 @@ MxLong MxCore::Notify(MxParam &p)
// OFFSET: LEGO1 0x10001f70
MxResult MxCore::Tickle()
{
return 0;
}
return SUCCESS;
}