diff options
author | Filippos Karapetis | 2011-09-26 04:29:41 +0300 |
---|---|---|
committer | Filippos Karapetis | 2011-09-26 04:29:41 +0300 |
commit | 5dbb51db6d7e0a1e7c8865b7e1d514ed96d99f56 (patch) | |
tree | 68af023dd4e60fd6cceb7723eb64428b90722d69 /engines/agi | |
parent | 40703426c971f92f1397a34b780ba9a72586711b (diff) | |
download | scummvm-rg350-5dbb51db6d7e0a1e7c8865b7e1d514ed96d99f56.tar.gz scummvm-rg350-5dbb51db6d7e0a1e7c8865b7e1d514ed96d99f56.tar.bz2 scummvm-rg350-5dbb51db6d7e0a1e7c8865b7e1d514ed96d99f56.zip |
AGI: Marked 4070342 as a workaround
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/keyboard.cpp | 2 |
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 { |