[Scummvm-cvs-logs] scummvm master -> 5dbb51db6d7e0a1e7c8865b7e1d514ed96d99f56

bluegr md5 at scummvm.org
Mon Sep 26 03:35:41 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:
5dbb51db6d AGI: Marked 4070342 as a workaround


Commit: 5dbb51db6d7e0a1e7c8865b7e1d514ed96d99f56
    https://github.com/scummvm/scummvm/commit/5dbb51db6d7e0a1e7c8865b7e1d514ed96d99f56
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-09-25T18:29:41-07:00

Commit Message:
AGI: Marked 4070342 as a workaround

Changed paths:
    engines/agi/keyboard.cpp



diff --git a/engines/agi/keyboard.cpp b/engines/agi/keyboard.cpp
index 6d6d55e..a7f15c1 100644
--- a/engines/agi/keyboard.cpp
+++ b/engines/agi/keyboard.cpp
@@ -181,7 +181,7 @@ int AgiEngine::handleController(int key) {
 			// Handle mouse button events
 			if (key == BUTTON_LEFT) {
 				if (getGameID() == GID_PQ1 && _game.vars[vCurRoom] == 116) {
-					// Special handling for mouse clicks in the newspaper
+					// WORKAROUND: Special handling for mouse clicks in the newspaper
 					// screen of PQ1. Fixes bug #3018770.
 					d = 3;	// fake a right arrow key (next page)
 				} else {






More information about the Scummvm-git-logs mailing list