shithub: cstory

Download patch

ref: 16140d19030ec491fe4a4c2c83c348d87354e349
parent: da07dc5ab5e96f6b0b374be93a5a8e59edd4e4a9
author: Gabriel Ravier <[email protected]>
date: Sun May 12 12:52:13 EDT 2019

Revert bad "clip rect" changes

Signed-off-by: Gabriel Ravier <[email protected]>

--- a/src/Game.cpp
+++ b/src/Game.cpp
@@ -118,7 +118,7 @@
 	SetFrameTargetMyChar(16);
 	SetFadeMask();
 
-	// Reset clip rect and flags
+	// Reset cliprect and flags
 	grcGame.left = 0;
 	// Non-vanilla: these three lines are widescreen-related(?)
 	grcGame.top = 0;
@@ -304,7 +304,7 @@
 			break;
 	}
 
-	// Reset clip rect, flags, and give the player the Nikumaru counter
+	// Reset cliprect, flags, and give the player the Nikumaru counter
 	grcGame.left = 0;
 	// Non-vanilla: these three lines are widescreen-related(?)
 	grcGame.top = 0;