shithub: cstory

Download patch

ref: 47740fe88d11ba487dfffc1927bf588a5bb542dd
parent: b83b7f25fcdecbb7812e3e00a45a106b6dfe3426
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Apr 16 09:31:32 EDT 2020

Note some weird code

--- a/src/Frame.cpp
+++ b/src/Frame.cpp
@@ -41,7 +41,7 @@
 		--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)