ref: b706209bd151f2835de72619ed53076943ce8d58
parent: d70ab6045dec8e16758cdfe9ee707a97e536175a
author: Gabriel Ravier <[email protected]>
date: Fri May 10 04:46:41 EDT 2019
Correct some orthograph and some formatting I hope "cliprect" isn't actually a word or something Signed-off-by: Gabriel Ravier <[email protected]>
--- a/src/Game.cpp
+++ b/src/Game.cpp
@@ -118,7 +118,7 @@
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 @@
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 @@
if (g_GameFlags & 8)
{
- PutIllust();
- PutStripper();
+ PutIllust();
+ PutStripper();
}
PutTextScript();