diff --git a/LEGO1/mxomni.cpp b/LEGO1/mxomni.cpp index 9e0786c3..7268224f 100644 --- a/LEGO1/mxomni.cpp +++ b/LEGO1/mxomni.cpp @@ -66,7 +66,8 @@ long MxOmni::Notify(MxParam &p) return 0; } -MxTimer* Timer() -{ - return MxOmni::GetInstance()->GetTimer(); +// OFFSET: LEGO1 0x100aced0 +MxTimer *Timer() +{ + return MxOmni::GetInstance()->GetTimer(); }