Update define.cpp

Improve clarity of a comment.
This commit is contained in:
CB-XCVS 2023-06-11 14:15:10 -07:00 committed by GitHub
parent 1c242ff5a8
commit 425bbeaf6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,4 +14,4 @@ int g_targetHeight = 480; // isle.cpp checks if the screen resolution is 640x480
unsigned int g_targetDepth = 16; // Also checked along with g_targetWidth and g_targetHeight to check if it is correct.
int g_reqEnableRMDevice = 0; // Set to 1 if "RM" is enabled.
int g_startupDelay = 200; // How many frames to wait for LEGO1 to initialize/freeze before doing anything else on startup.
long g_lastFrameTime = 0; // Set to the value of currentTime during the call of the tick function.
long g_lastFrameTime = 0; // Set to the value of currentTime during the call of the tick function of isle.cpp