More globals

This commit is contained in:
Christian Semmler
2023-11-30 09:39:07 -05:00
parent 47b19f91e5
commit 835630bfb1
37 changed files with 51 additions and 51 deletions

View File

@@ -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;