Revert bad "clip rect" changes
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
da07dc5ab5
commit
16140d1903
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ int ModeOpening()
|
||||||
SetFrameTargetMyChar(16);
|
SetFrameTargetMyChar(16);
|
||||||
SetFadeMask();
|
SetFadeMask();
|
||||||
|
|
||||||
// Reset clip rect and flags
|
// Reset cliprect 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 clip rect, flags, and give the player the Nikumaru counter
|
// Reset cliprect, 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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue