From 5dbb51db6d7e0a1e7c8865b7e1d514ed96d99f56 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 26 Sep 2011 04:29:41 +0300 Subject: AGI: Marked 4070342 as a workaround --- engines/agi/keyboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/agi/keyboard.cpp b/engines/agi/keyboard.cpp index 6d6d55ed24..a7f15c16fb 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 { -- cgit v1.2.3