mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Corrections
This commit is contained in:
@@ -24,6 +24,9 @@ protected:
|
|||||||
// SYNTHETIC: CONFIG 0x00403cb0
|
// SYNTHETIC: CONFIG 0x00403cb0
|
||||||
// CAboutDialog::`scalar deleting destructor'
|
// CAboutDialog::`scalar deleting destructor'
|
||||||
|
|
||||||
|
// FUNCTION: CONFIG 0x00403d30
|
||||||
|
// CAboutDialog::_GetBaseMessageMap
|
||||||
|
|
||||||
// FUNCTION: CONFIG 0x00403d40
|
// FUNCTION: CONFIG 0x00403d40
|
||||||
// CAboutDialog::GetMessageMap
|
// CAboutDialog::GetMessageMap
|
||||||
|
|
||||||
|
@@ -55,6 +55,9 @@ protected:
|
|||||||
// SYNTHETIC: CONFIG 0x00403de0
|
// SYNTHETIC: CONFIG 0x00403de0
|
||||||
// CMainDialog::`scalar deleting destructor'
|
// CMainDialog::`scalar deleting destructor'
|
||||||
|
|
||||||
|
// FUNCTION: CONFIG 0x00403e60
|
||||||
|
// CMainDialog::_GetBaseMessageMap
|
||||||
|
|
||||||
// FUNCTION: CONFIG 0x00403e70
|
// FUNCTION: CONFIG 0x00403e70
|
||||||
// CMainDialog::GetMessageMap
|
// CMainDialog::GetMessageMap
|
||||||
|
|
||||||
|
@@ -76,6 +76,9 @@ public:
|
|||||||
// SYNTHETIC: CONFIG 0x00402cd0
|
// SYNTHETIC: CONFIG 0x00402cd0
|
||||||
// CConfigApp::`scalar deleting destructor'
|
// CConfigApp::`scalar deleting destructor'
|
||||||
|
|
||||||
|
// FUNCTION: CONFIG 0x402c20
|
||||||
|
// CConfigApp::_GetBaseMessageMap
|
||||||
|
|
||||||
// FUNCTION: CONFIG 0x402c30
|
// FUNCTION: CONFIG 0x402c30
|
||||||
// CConfigApp::GetMessageMap
|
// CConfigApp::GetMessageMap
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
#include "mxticklemanager.h"
|
#include "mxticklemanager.h"
|
||||||
|
|
||||||
// GLOBAL: LEGO1 0x100f0160
|
// GLOBAL: LEGO1 0x100f0160
|
||||||
undefined4 g_unk0x100f0160;
|
undefined4 g_unk0x100f0160 = 3;
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100046a0
|
// FUNCTION: LEGO1 0x100046a0
|
||||||
GasStation::GasStation()
|
GasStation::GasStation()
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
#include "mxrect32.h"
|
#include "mxrect32.h"
|
||||||
|
|
||||||
// GLOBAL: LEGO1 0x101020e8
|
// GLOBAL: LEGO1 0x101020e8
|
||||||
void (*g_omniUserMessage)(const char*, int);
|
void (*g_omniUserMessage)(const char*, int) = NULL;
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100b6e10
|
// FUNCTION: LEGO1 0x100b6e10
|
||||||
MxBool GetRectIntersection(
|
MxBool GetRectIntersection(
|
||||||
|
@@ -17,13 +17,13 @@
|
|||||||
#include "mxvideomanager.h"
|
#include "mxvideomanager.h"
|
||||||
|
|
||||||
// GLOBAL: LEGO1 0x101015b8
|
// GLOBAL: LEGO1 0x101015b8
|
||||||
char g_hdPath[1024];
|
char g_hdPath[1024] = "";
|
||||||
|
|
||||||
// GLOBAL: LEGO1 0x101019b8
|
// GLOBAL: LEGO1 0x101019b8
|
||||||
char g_cdPath[1024];
|
char g_cdPath[1024] = "E:";
|
||||||
|
|
||||||
// GLOBAL: LEGO1 0x10101db8
|
// GLOBAL: LEGO1 0x10101db8
|
||||||
MxBool g_use3dSound;
|
MxBool g_use3dSound = FALSE;
|
||||||
|
|
||||||
// GLOBAL: LEGO1 0x101015b0
|
// GLOBAL: LEGO1 0x101015b0
|
||||||
MxOmni* MxOmni::g_instance = NULL;
|
MxOmni* MxOmni::g_instance = NULL;
|
||||||
|
Reference in New Issue
Block a user