mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
More globals
This commit is contained in:
@@ -891,7 +891,7 @@ int MxDirectDraw::FlipToGDISurface()
|
||||
// FUNCTION: LEGO1 0x1009e830
|
||||
void MxDirectDraw::Error(const char* message, int error)
|
||||
{
|
||||
// 0x10100c70
|
||||
// GLOBAL: LEGO1 0x10100c70
|
||||
static BOOL isInsideError = FALSE;
|
||||
if (!isInsideError) {
|
||||
isInsideError = TRUE;
|
||||
|
Reference in New Issue
Block a user