From 16140d19030ec491fe4a4c2c83c348d87354e349 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Sun, 12 May 2019 16:52:13 +0200 Subject: [PATCH] Revert bad "clip rect" changes Signed-off-by: Gabriel Ravier --- src/Game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Game.cpp b/src/Game.cpp index 295418b0..b0af8034 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -118,7 +118,7 @@ int ModeOpening() 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 @@ int ModeTitle() 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;