[Scummvm-git-logs] scummvm master -> deb98b5faa4756a9c5b0b5c71a4300887e51bfbc

dreammaster dreammaster at scummvm.org
Sun Apr 1 03:49:41 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
deb98b5faa XEEN: Fix cropping of g, y characters when entering mirror destination


Commit: deb98b5faa4756a9c5b0b5c71a4300887e51bfbc
    https://github.com/scummvm/scummvm/commit/deb98b5faa4756a9c5b0b5c71a4300887e51bfbc
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-03-31T21:49:36-04:00

Commit Message:
XEEN: Fix cropping of g, y characters when entering mirror destination

Changed paths:
    engines/xeen/window.cpp


diff --git a/engines/xeen/window.cpp b/engines/xeen/window.cpp
index 2ba7064..caa17b7 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),





More information about the Scummvm-git-logs mailing list