From 47740fe88d11ba487dfffc1927bf588a5bb542dd Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 16 Apr 2020 13:31:32 +0100 Subject: [PATCH] Note some weird code --- src/Frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Frame.cpp b/src/Frame.cpp index 920e6230..bf735ace 100644 --- a/src/Frame.cpp +++ b/src/Frame.cpp @@ -41,7 +41,7 @@ void MoveFrame3(void) --gFrame.quake; } - // This code exists in the Linux port (v1.0.0.4), but not the Windows version (v1.0.0.6) + // This code exists in the Linux port (v1.0.0.4), but not the Windows version (v1.0.0.6) or the Mac port /* if (gFrame.x / 0x200 < 0) gFrame.x = 0; if (gFrame.y / 0x200 < 0)