mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-23 21:39:45 +00:00
mxomni: fixed minor inaccuracy
This commit is contained in:
parent
0b3d1abe66
commit
dafe66191c
@ -15,6 +15,7 @@ MxOmni::~MxOmni()
|
||||
Destroy();
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100af080
|
||||
void MxOmni::Init()
|
||||
{
|
||||
m_windowHandle = NULL;
|
||||
|
@ -57,7 +57,7 @@ protected:
|
||||
|
||||
MxCriticalSection m_criticalsection; // 0x48
|
||||
|
||||
int m_unk64; // 0x64
|
||||
unsigned char m_unk64; // 0x64
|
||||
};
|
||||
|
||||
__declspec(dllexport) MxTimer * Timer();
|
||||
|
Loading…
Reference in New Issue
Block a user