Note some weird code

This commit is contained in:
Clownacy 2020-04-16 13:31:32 +01:00
parent b83b7f25fc
commit 47740fe88d

View file

@ -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)