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

dreammaster dreammaster at scummvm.org
Sat Dec 30 05:18:41 CET 2017


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:
c5dea8caa4 XEEN: Fix confirmation buttons for town message dialogs


Commit: c5dea8caa452dd2982960a8cfafdd04c2002fd6d
    https://github.com/scummvm/scummvm/commit/c5dea8caa452dd2982960a8cfafdd04c2002fd6d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-12-29T23:18:19-05:00

Commit Message:
XEEN: Fix confirmation buttons for town message dialogs

Changed paths:
    engines/xeen/locations.cpp


diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp
index 392b700..1139173 100644
--- a/engines/xeen/locations.cpp
+++ b/engines/xeen/locations.cpp
@@ -2409,8 +2409,7 @@ bool LocationMessage::execute(int portrait, const Common::String &name, const Co
 
 		if (!msgEnd && !confirm) {
 			res._globalSprites.draw(0, 7, Common::Point(232, 74));
-			res._globalSprites.draw(0, 0, Common::Point(235, 75));
-			res._globalSprites.draw(0, 2, Common::Point(260, 75));
+			drawButtons(&windows[0]);
 			windows[34].update();
 
 			intf._face1State = map._headData[party._mazePosition.y][party._mazePosition.x]._left;





More information about the Scummvm-git-logs mailing list