[Scummvm-git-logs] scummvm master -> 800558bc8f68bf0c0290f406bc52648319f2b5e1
sluicebox
22204938+sluicebox at users.noreply.github.com
Mon Jun 22 07:08:21 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
800558bc8f SCI: Add SQ3 Mac introduction workaround
Commit: 800558bc8f68bf0c0290f406bc52648319f2b5e1
https://github.com/scummvm/scummvm/commit/800558bc8f68bf0c0290f406bc52648319f2b5e1
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-06-22T00:07:40-07:00
Commit Message:
SCI: Add SQ3 Mac introduction workaround
Changed paths:
engines/sci/engine/workarounds.cpp
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 43bb8548f2..3e52fe4277 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -703,6 +703,7 @@ const SciWorkaroundEntry kDisplay_workarounds[] = {
{ GID_PQ2, 23, 23, 0, "rm23Script", "elements", sig_kDisplay_pq2_1, 0, 0, { WORKAROUND_IGNORE, 0 } }, // when looking at the 2nd page of files in jail - 0x75 as id - bug #5223
{ GID_PQ2, 23, 23, 0, "rm23Script", "handleEvent", sig_kDisplay_pq2_1, 0, 0, { WORKAROUND_IGNORE, 0 } }, // when looking at the 2nd page of file in jail - 0x75 as id - bug #9670
{ GID_QFG1, 11, 11, 0, "battle", "init", NULL, 0, 0, { WORKAROUND_IGNORE, 0 } }, // DEMO: When entering battle, 0x75 as id
+ { GID_SQ3, 1, 1, 0, "rm001", "handleEvent", NULL, 0, 0, { WORKAROUND_IGNORE, 0 } }, // MAC: during intro when pressing enter - a parameter is an object
{ GID_SQ4, 397, 0, 0, "", "export 12", NULL, 0, 0, { WORKAROUND_IGNORE, 0 } }, // FLOPPY: when going into the computer store - bug #5227
{ GID_SQ4, 391, 391, 0, "doCatalog", "changeState", sig_kDisplay_sq4_1, 0, 0, { WORKAROUND_IGNORE, 0 } }, // CD: clicking on catalog in roboter sale - a parameter is an object
{ GID_SQ4, 391, 391, 0, "choosePlug", "changeState", NULL, 0, 0, { WORKAROUND_IGNORE, 0 } }, // CD: ordering connector in roboter sale - a parameter is an object
More information about the Scummvm-git-logs
mailing list