From deb98b5faa4756a9c5b0b5c71a4300887e51bfbc Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 31 Mar 2018 21:49:36 -0400 Subject: XEEN: Fix cropping of g, y characters when entering mirror destination --- engines/xeen/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- cgit v1.2.3