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
|
// Handle mouse button events
|
||||||
if (key == BUTTON_LEFT) {
|
if (key == BUTTON_LEFT) {
|
||||||
if (getGameID() == GID_PQ1 && _game.vars[vCurRoom] == 116) {
|
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.
|
// screen of PQ1. Fixes bug #3018770.
|
||||||
d = 3; // fake a right arrow key (next page)
|
d = 3; // fake a right arrow key (next page)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue