[Scummvm-cvs-logs] scummvm master -> 09def52554212871c6b68c60fb5f93b1c96b1002

wjp wjp at usecode.org
Sat Sep 3 10:30:40 CEST 2011


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:
09def52554 SCI: Fix QFG3 run/walk/sleep menu on touch devices


Commit: 09def52554212871c6b68c60fb5f93b1c96b1002
    https://github.com/scummvm/scummvm/commit/09def52554212871c6b68c60fb5f93b1c96b1002
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-09-03T01:26:25-07:00

Commit Message:
SCI: Fix QFG3 run/walk/sleep menu on touch devices

The analysis and fix are from m_kiewitz.

Changed paths:
    engines/sci/graphics/cursor.cpp



diff --git a/engines/sci/graphics/cursor.cpp b/engines/sci/graphics/cursor.cpp
index ec49a38..18ff1fd 100644
--- a/engines/sci/graphics/cursor.cpp
+++ b/engines/sci/graphics/cursor.cpp
@@ -229,6 +229,7 @@ static const SciCursorSetPositionWorkarounds setPositionWorkarounds[] = {
 	{ GID_ISLANDBRAIN, 84, 109,     46, 76, 174, 243 }, // island of dr. brain / game menu
 	{ GID_LSL5,        23, 171,     0, 0, 26, 320 },    // larry 5 / skip forward helper
 	{ GID_QFG1VGA,     64, 174,     40, 37, 74, 284 },  // Quest For Glory 1 VGA / run/walk/sleep sub-menu
+	{ GID_QFG3,        70, 170,     40, 61, 81, 258 },  // Quest For Glory 3 / run/walk/sleep sub-menu
 	{ (SciGameId)0,    -1, -1,     -1, -1, -1, -1 }
 };
 






More information about the Scummvm-git-logs mailing list