Corrections

This commit is contained in:
disinvite 2024-03-02 20:27:19 -05:00
parent b66b02acb1
commit c3701a925d
6 changed files with 14 additions and 5 deletions

View file

@ -24,6 +24,9 @@ protected:
// SYNTHETIC: CONFIG 0x00403cb0
// CAboutDialog::`scalar deleting destructor'
// FUNCTION: CONFIG 0x00403d30
// CAboutDialog::_GetBaseMessageMap
// FUNCTION: CONFIG 0x00403d40
// CAboutDialog::GetMessageMap

View file

@ -55,6 +55,9 @@ protected:
// SYNTHETIC: CONFIG 0x00403de0
// CMainDialog::`scalar deleting destructor'
// FUNCTION: CONFIG 0x00403e60
// CMainDialog::_GetBaseMessageMap
// FUNCTION: CONFIG 0x00403e70
// CMainDialog::GetMessageMap

View file

@ -76,6 +76,9 @@ public:
// SYNTHETIC: CONFIG 0x00402cd0
// CConfigApp::`scalar deleting destructor'
// FUNCTION: CONFIG 0x402c20
// CConfigApp::_GetBaseMessageMap
// FUNCTION: CONFIG 0x402c30
// CConfigApp::GetMessageMap

View file

@ -8,7 +8,7 @@
#include "mxticklemanager.h"
// GLOBAL: LEGO1 0x100f0160
undefined4 g_unk0x100f0160;
undefined4 g_unk0x100f0160 = 3;
// FUNCTION: LEGO1 0x100046a0
GasStation::GasStation()

View file

@ -10,7 +10,7 @@
#include "mxrect32.h"
// GLOBAL: LEGO1 0x101020e8
void (*g_omniUserMessage)(const char*, int);
void (*g_omniUserMessage)(const char*, int) = NULL;
// FUNCTION: LEGO1 0x100b6e10
MxBool GetRectIntersection(

View file

@ -17,13 +17,13 @@
#include "mxvideomanager.h"
// GLOBAL: LEGO1 0x101015b8
char g_hdPath[1024];
char g_hdPath[1024] = "";
// GLOBAL: LEGO1 0x101019b8
char g_cdPath[1024];
char g_cdPath[1024] = "E:";
// GLOBAL: LEGO1 0x10101db8
MxBool g_use3dSound;
MxBool g_use3dSound = FALSE;
// GLOBAL: LEGO1 0x101015b0
MxOmni* MxOmni::g_instance = NULL;