[Scummvm-git-logs] scummvm master -> 8f40cb95a412a4770b3f849486dbf41c90283685

dreammaster paulfgilbert at gmail.com
Sun Sep 22 19:56:06 CEST 2019


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:
8f40cb95a4 XEEN: Fix drawing left border of minimap


Commit: 8f40cb95a412a4770b3f849486dbf41c90283685
    https://github.com/scummvm/scummvm/commit/8f40cb95a412a4770b3f849486dbf41c90283685
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-09-22T10:55:43-07:00

Commit Message:
XEEN: Fix drawing left border of minimap

Changed paths:
    engines/xeen/window.cpp


diff --git a/engines/xeen/window.cpp b/engines/xeen/window.cpp
index caa17b7..4f229ce 100644
--- a/engines/xeen/window.cpp
+++ b/engines/xeen/window.cpp
@@ -40,7 +40,7 @@ Windows::Windows() {
 
 	Window windows[48] = {
 		Window(Common::Rect(0, 0, 320, 200), 0, 0, 0, 0, 320, 200),
-		Window(Common::Rect(237, 9, 317, 74), 0, 0, 237, 12, 307, 68),
+		Window(Common::Rect(223, 9, 317, 74), 0, 0, 237, 12, 307, 68),
 		Window(Common::Rect(225, 1, 320, 73), 1, 8, 225, 1, 319, 73),
 		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),





More information about the Scummvm-git-logs mailing list