mxomni: fixed minor inaccuracy

This commit is contained in:
itsmattkc 2023-06-19 10:56:53 -07:00
parent 0b3d1abe66
commit dafe66191c
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@ MxOmni::~MxOmni()
Destroy(); Destroy();
} }
// OFFSET: LEGO1 0x100af080
void MxOmni::Init() void MxOmni::Init()
{ {
m_windowHandle = NULL; m_windowHandle = NULL;

View file

@ -57,7 +57,7 @@ class MxOmni : public MxCore
MxCriticalSection m_criticalsection; // 0x48 MxCriticalSection m_criticalsection; // 0x48
int m_unk64; // 0x64 unsigned char m_unk64; // 0x64
}; };
__declspec(dllexport) MxTimer * Timer(); __declspec(dllexport) MxTimer * Timer();