Correct some orthograph and some formatting

I hope "cliprect" isn't actually a word or something

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-05-10 08:46:41 +02:00
parent d70ab6045d
commit b706209bd1

View file

@ -118,7 +118,7 @@ int ModeOpening()
SetFrameTargetMyChar(16); SetFrameTargetMyChar(16);
SetFadeMask(); SetFadeMask();
// Reset cliprect and flags // Reset clip rect and flags
grcGame.left = 0; grcGame.left = 0;
// Non-vanilla: these three lines are widescreen-related(?) // Non-vanilla: these three lines are widescreen-related(?)
grcGame.top = 0; grcGame.top = 0;
@ -304,7 +304,7 @@ int ModeTitle()
break; 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; grcGame.left = 0;
// Non-vanilla: these three lines are widescreen-related(?) // Non-vanilla: these three lines are widescreen-related(?)
grcGame.top = 0; grcGame.top = 0;
@ -607,8 +607,8 @@ int ModeAction()
if (g_GameFlags & 8) if (g_GameFlags & 8)
{ {
PutIllust(); PutIllust();
PutStripper(); PutStripper();
} }
PutTextScript(); PutTextScript();