[Scummvm-cvs-logs] scummvm master -> 7b71e9842ee11e5f35256083f3dff63bede0a296

wjp wjp at usecode.org
Mon Sep 5 12:19:10 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:
7b71e9842e SCI: Fix Island of Dr. Brain copyprot pause menu on touch devices


Commit: 7b71e9842ee11e5f35256083f3dff63bede0a296
    https://github.com/scummvm/scummvm/commit/7b71e9842ee11e5f35256083f3dff63bede0a296
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-09-05T03:14:17-07:00

Commit Message:
SCI: Fix Island of Dr. Brain copyprot pause menu on touch devices

Patch 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 18ff1fd..57c65aa 100644
--- a/engines/sci/graphics/cursor.cpp
+++ b/engines/sci/graphics/cursor.cpp
@@ -227,6 +227,7 @@ void GfxCursor::kernelSetView(GuiResourceId viewNum, int loopNum, int celNum, Co
 //    Game,            newPosition, validRect
 static const SciCursorSetPositionWorkarounds setPositionWorkarounds[] = {
 	{ GID_ISLANDBRAIN, 84, 109,     46, 76, 174, 243 }, // island of dr. brain / game menu
+	{ GID_ISLANDBRAIN,143, 135,     57, 102, 163, 218 },// island of dr. brain / pause menu within copy protection
 	{ 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






More information about the Scummvm-git-logs mailing list