diff options
author | Colin Snover | 2017-07-07 21:00:35 -0500 |
---|---|---|
committer | Colin Snover | 2017-07-07 23:41:53 -0500 |
commit | 9e90624052af7350b07f50714ed0782b8f72a120 (patch) | |
tree | e97d9bcdb24ae987c22e5db635fb698fce1eeb7e /engines/sci/engine | |
parent | 562da310b8a2d3331ea206c51e25ea7383925646 (diff) | |
download | scummvm-rg350-9e90624052af7350b07f50714ed0782b8f72a120.tar.gz scummvm-rg350-9e90624052af7350b07f50714ed0782b8f72a120.tar.bz2 scummvm-rg350-9e90624052af7350b07f50714ed0782b8f72a120.zip |
SCI32: Add workarounds for PQ4
Diffstat (limited to 'engines/sci/engine')
-rw-r--r-- | engines/sci/engine/workarounds.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp index 66c40d6f61..ac027694dd 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -363,6 +363,8 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = { { GID_PQ4, 170, 170, -1, "hideAndSeek", "handleEvent", NULL, 1, { WORKAROUND_FAKE, 0 } }, // when clicking to move right while still moving left during the Emo shootout - bug #9847 { GID_PQ4, 275, 64964, -1, "DPath", "init", NULL, 1, { WORKAROUND_FAKE, 0 } }, // when Sherry walks out of the morgue on day 3 { GID_PQ4, 240, 64964, -1, "DPath", "init", NULL, 1, { WORKAROUND_FAKE, 0 } }, // when encountering Sherry and the reporter outside the morgue at the end of day 3 + { GID_PQ4, 2010, 2010, -1, "enemyShip1", "cantBeHere", NULL, 7, { WORKAROUND_FAKE, 0 } }, // when crashing into a UFO in the asteroids minigame in the Shortstop Bar + { GID_PQ4, 2010, 2010, -1, "enemyShip2", "cantBeHere", NULL, 7, { WORKAROUND_FAKE, 0 } }, // when crashing into a UFO in the asteroids minigame in the Shortstop Bar { GID_PQSWAT, -1, 64950, 0, NULL, "handleEvent", NULL, 0, { WORKAROUND_FAKE, 0 } }, // Using any menus in-game { GID_PQSWAT, -1, 73, 0, "theLashInterface", "transmit", NULL, 0, { WORKAROUND_FAKE, 0 } }, // Clicking the transmit button in LASH { GID_PQSWAT, 2990, 2990, 0, "talkToSchienbly", "changeState", NULL, 1, { WORKAROUND_FAKE, 0 } }, // When the video of Schienbly talking for the first time ends |