From 425bbeaf6d784b43df1502b29286f28ea2673b90 Mon Sep 17 00:00:00 2001 From: CB-XCVS <103461412+CB-XCVS@users.noreply.github.com> Date: Sun, 11 Jun 2023 14:15:10 -0700 Subject: [PATCH] Update define.cpp Improve clarity of a comment. --- ISLE/define.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISLE/define.cpp b/ISLE/define.cpp index a53796bf..49352b8b 100644 --- a/ISLE/define.cpp +++ b/ISLE/define.cpp @@ -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