aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2011-09-26 04:29:41 +0300
committerFilippos Karapetis2011-09-26 04:29:41 +0300
commit5dbb51db6d7e0a1e7c8865b7e1d514ed96d99f56 (patch)
tree68af023dd4e60fd6cceb7723eb64428b90722d69 /engines
parent40703426c971f92f1397a34b780ba9a72586711b (diff)
downloadscummvm-rg350-5dbb51db6d7e0a1e7c8865b7e1d514ed96d99f56.tar.gz
scummvm-rg350-5dbb51db6d7e0a1e7c8865b7e1d514ed96d99f56.tar.bz2
scummvm-rg350-5dbb51db6d7e0a1e7c8865b7e1d514ed96d99f56.zip
AGI: Marked 4070342 as a workaround
Diffstat (limited to 'engines')
-rw-r--r--engines/agi/keyboard.cpp2
1 files changed, 1 insertions, 1 deletions
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 {