AGI: Marked 4070342
as a workaround
This commit is contained in:
parent
40703426c9
commit
5dbb51db6d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue