diff --git a/LEGO1/mxcore.cpp b/LEGO1/mxcore.cpp index ab73e242..e39a412f 100644 --- a/LEGO1/mxcore.cpp +++ b/LEGO1/mxcore.cpp @@ -24,5 +24,5 @@ MxLong MxCore::Notify(MxParam &p) // OFFSET: LEGO1 0x10001f70 MxResult MxCore::Tickle() { - return 0; -} \ No newline at end of file + return SUCCESS; +}