Update define.cpp

Renamed _DAT_004101bc to g_startDelayTimer.
This commit is contained in:
TheEmeraldFalcon 2023-06-10 22:54:45 -04:00 committed by GitHub
parent 4777dbeea1
commit 9c98541587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Isle *g_isle = 0;
int g_closed = 0;
const char *WNDCLASS_NAME = "Lego Island MainNoM App";
const char *WINDOW_TITLE = "LEGO®";
const char *WINDOW_TITLE = "LEGO®";
unsigned char g_mousedown = 0;
unsigned char g_mousemoved = 0;
@ -14,5 +14,5 @@ int g_targetWidth = 640;
int g_targetHeight = 480;
unsigned int g_targetDepth = 16;
int _DAT_00410064 = 0;
int _DAT_004101bc = 200;
int g_startDelayTimer = 200;
long g_lastFrameTime = 0;