diff options
author | Paul Gilbert | 2018-03-31 21:49:36 -0400 |
---|---|---|
committer | Paul Gilbert | 2018-03-31 21:49:36 -0400 |
commit | deb98b5faa4756a9c5b0b5c71a4300887e51bfbc (patch) | |
tree | a0747f7e1f1491ade42b2209a52459946fbac6f3 | |
parent | 8f597c1e4ce53bab19156054767c21b8b6898d59 (diff) | |
download | scummvm-rg350-deb98b5faa4756a9c5b0b5c71a4300887e51bfbc.tar.gz scummvm-rg350-deb98b5faa4756a9c5b0b5c71a4300887e51bfbc.tar.bz2 scummvm-rg350-deb98b5faa4756a9c5b0b5c71a4300887e51bfbc.zip |
XEEN: Fix cropping of g, y characters when entering mirror destination
-rw-r--r-- | engines/xeen/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/window.cpp b/engines/xeen/window.cpp index 2ba7064389..caa17b7563 100644 --- a/engines/xeen/window.cpp +++ b/engines/xeen/window.cpp @@ -45,7 +45,7 @@ Windows::Windows() { Window(Common::Rect(0, 0, 230, 149), 0, 0, 9, 8, 216, 140), Window(Common::Rect(235, 148, 309, 189), 2, 8, 0, 0, 0, 0), Window(Common::Rect(70, 20, 250, 183), 3, 8, 80, 38, 240, 166), - Window(Common::Rect(52, 149, 268, 197), 4, 8, 0, 0, 0, 0), + Window(Common::Rect(52, 149, 268, 198), 4, 8, 0, 0, 0, 0), Window(Common::Rect(108, 0, 200, 200), 5, 0, 0, 0, 0, 0), Window(Common::Rect(232, 9, 312, 74), 0, 0, 0, 0, 0, 0), Window(Common::Rect(103, 156, 217, 186), 6, 8, 0, 0, 0, 0), |