From b706209bd151f2835de72619ed53076943ce8d58 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Fri, 10 May 2019 08:46:41 +0200 Subject: [PATCH] Correct some orthograph and some formatting I hope "cliprect" isn't actually a word or something Signed-off-by: Gabriel Ravier --- src/Game.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Game.cpp b/src/Game.cpp index 2045f9ff..d9b906ef 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -118,7 +118,7 @@ int ModeOpening() SetFrameTargetMyChar(16); SetFadeMask(); - // Reset cliprect and flags + // Reset clip rect and flags grcGame.left = 0; // Non-vanilla: these three lines are widescreen-related(?) grcGame.top = 0; @@ -304,7 +304,7 @@ int ModeTitle() break; } - // Reset cliprect, flags, and give the player the nikumaru counter + // Reset clip rect, flags, and give the player the Nikumaru counter grcGame.left = 0; // Non-vanilla: these three lines are widescreen-related(?) grcGame.top = 0; @@ -607,8 +607,8 @@ int ModeAction() if (g_GameFlags & 8) { - PutIllust(); - PutStripper(); + PutIllust(); + PutStripper(); } PutTextScript();