From d57dee441a718ce38aa73e1458f2bc356d7edb70 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 19 Jun 2023 10:06:56 +0200 Subject: [PATCH] add addr for Timer() --- LEGO1/mxomni.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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(); }