diff options
| author | Colin Snover | 2017-07-10 21:45:49 -0500 | 
|---|---|---|
| committer | Colin Snover | 2017-07-13 17:19:50 -0500 | 
| commit | 3e45309b8343fb7c9056c39650905d8464a276db (patch) | |
| tree | 3936e2ca2678625983e761d03aad76be0ac60977 | |
| parent | cce0aace8b7f2d5c1c1ba18307d6b5ebabbeced5 (diff) | |
| download | scummvm-rg350-3e45309b8343fb7c9056c39650905d8464a276db.tar.gz scummvm-rg350-3e45309b8343fb7c9056c39650905d8464a276db.tar.bz2 scummvm-rg350-3e45309b8343fb7c9056c39650905d8464a276db.zip | |
SCI32: Add workaround for Phant1
| -rw-r--r-- | engines/sci/engine/workarounds.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp index ac027694dd..a43df75b2c 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -359,6 +359,7 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = {  	{ GID_MOTHERGOOSEHIRES,-1,64950, -1,               "View", "handleEvent",                     NULL,     0, { WORKAROUND_FAKE,   0 } }, // see above  	{ GID_PEPPER,         -1,   894,  0,            "Package", "doVerb",                          NULL,     3, { WORKAROUND_FAKE,   0 } }, // using the hand on the book in the inventory - bug #5154  	{ GID_PEPPER,        150,   928,  0,           "Narrator", "startText",                       NULL,     0, { WORKAROUND_FAKE,   0 } }, // happens during the non-interactive demo of Pepper +	{ GID_PHANTASMAGORIA, -1, 64921, -1,              "Print", "addEdit",                         NULL,     1, { WORKAROUND_FAKE,   0 } }, // When trying to use the game debugger's flag setting command  	{ GID_PQ4,            -1,    25,  0,         "iconToggle", "select",                          NULL,     1, { WORKAROUND_FAKE,   0 } }, // when toggling the icon bar to auto-hide or not  	{ 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 | 
