From dafe66191c080a8110908730098b1dafea9559b0 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Mon, 19 Jun 2023 10:56:53 -0700 Subject: [PATCH] mxomni: fixed minor inaccuracy --- LEGO1/mxomni.cpp | 1 + LEGO1/mxomni.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LEGO1/mxomni.cpp b/LEGO1/mxomni.cpp index 7268224f..9752f6ea 100644 --- a/LEGO1/mxomni.cpp +++ b/LEGO1/mxomni.cpp @@ -15,6 +15,7 @@ MxOmni::~MxOmni() Destroy(); } +// OFFSET: LEGO1 0x100af080 void MxOmni::Init() { m_windowHandle = NULL; diff --git a/LEGO1/mxomni.h b/LEGO1/mxomni.h index 8b794ebe..4c7d29e8 100644 --- a/LEGO1/mxomni.h +++ b/LEGO1/mxomni.h @@ -57,7 +57,7 @@ class MxOmni : public MxCore MxCriticalSection m_criticalsection; // 0x48 - int m_unk64; // 0x64 + unsigned char m_unk64; // 0x64 }; __declspec(dllexport) MxTimer * Timer();