From 2150c09181ce2fcca10a9b780fc9221d94e38536 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 5 Feb 2024 07:18:12 -0500 Subject: [PATCH] Leave as MxLong for now --- ISLE/isleapp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISLE/isleapp.h b/ISLE/isleapp.h index b1d35644..9fcd5df6 100644 --- a/ISLE/isleapp.h +++ b/ISLE/isleapp.h @@ -65,7 +65,7 @@ class IsleApp { int m_islandQuality; // 0x3c int m_islandTexture; // 0x40 BOOL m_gameStarted; // 0x44 - MxTime m_frameDelta; // 0x48 + MxLong m_frameDelta; // 0x48 MxVideoParam m_videoParam; // 0x4c BOOL m_windowActive; // 0x70 HWND m_windowHandle; // 0x74