[Scummvm-git-logs] scummvm master -> 6abbb67bf8bf4d16f3805b36e48b766e87f4ef5c
sluicebox
noreply at scummvm.org
Mon Jan 10 21:16:48 UTC 2022
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:
6abbb67bf8 SCI: Update QFG3 menu workaround to handle Quit
Commit: 6abbb67bf8bf4d16f3805b36e48b766e87f4ef5c
https://github.com/scummvm/scummvm/commit/6abbb67bf8bf4d16f3805b36e48b766e87f4ef5c
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2022-01-10T16:16:00-05:00
Commit Message:
SCI: Update QFG3 menu workaround to handle Quit
Fixes bug #13161
Changed paths:
engines/sci/engine/workarounds.cpp
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 2b7a060abf5..33f307173b1 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -540,7 +540,7 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = {
{ GID_QFG3, 490, 490, -1, "computersMove", "changeState", nullptr, 0, 0, { WORKAROUND_FAKE, 0 } }, // when finishing awari game, bug #5167
{ GID_QFG3, 490, 490, -1, "computersMove", "changeState", sig_uninitread_qfg3_2, 4, 4, { WORKAROUND_FAKE, 0 } }, // also when finishing awari game
{ GID_QFG3, -1, 32, -1, "ProjObj", "doit", nullptr, 1, 1, { WORKAROUND_FAKE, 0 } }, // near the end, when throwing the spear of death or sword, bugs #5282, #11477
- { GID_QFG3, -1, 937, -1, "IconBar", "dispatchEvent", nullptr, 58, 58, { WORKAROUND_FAKE, 0 } }, // pressing the Enter key on the main menu screen, bug #13045 (affects multiple room numbers)
+ { GID_QFG3, -1, 937, -1, "IconBar", "dispatchEvent", nullptr, 58, 58, { WORKAROUND_FAKE, 64 } }, // pressing the Enter key on the main menu screen, bugs #13045, #13161 (affects multiple room numbers). value must have 0x40 set for quit global to be evaluated
{ GID_QFG4, -1, 15, -1, "charInitScreen", "dispatchEvent", nullptr, 5, 5, { WORKAROUND_FAKE, 0 } }, // floppy version, when viewing the character screen
{ GID_QFG4, -1, 23, -1, "tellerControls", "dispatchEvent", nullptr, 6, 6, { WORKAROUND_FAKE, 0 } }, // floppy version, when using keyboard controls in the conversation interface
{ GID_QFG4, -1, 50, -1, "sSearchMonster", "changeState", nullptr, 2, 2, { WORKAROUND_FAKE, 0 } }, // CD version, when searching a chernovy or revenant with speech disabled
More information about the Scummvm-git-logs
mailing list