[Scummvm-git-logs] scummvm master -> 3e877ab1d8fde0f2d2ef30a52395328ae424badd
sluicebox
22204938+sluicebox at users.noreply.github.com
Fri Oct 29 17:20:56 UTC 2021
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:
3e877ab1d8 SCI: Update QFG3 uninit read workaround
Commit: 3e877ab1d8fde0f2d2ef30a52395328ae424badd
https://github.com/scummvm/scummvm/commit/3e877ab1d8fde0f2d2ef30a52395328ae424badd
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2021-10-29T12:20:22-05:00
Commit Message:
SCI: Update QFG3 uninit read workaround
Changed paths:
engines/sci/engine/workarounds.cpp
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index dd94199aa8..6d86ac4555 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -541,7 +541,7 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = {
{ GID_QFG3, 490, 490, -1, "computersMove", "changeState", NULL, 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", NULL, 1, 1, { WORKAROUND_FAKE, 0 } }, // near the end, when throwing the spear of death or sword, bugs #5282, #11477
- { GID_QFG3, 130, 937, -1, "IconBar", "dispatchEvent", NULL, 58, 58, { WORKAROUND_FAKE, 0 } }, // pressing the Enter key on the main menu screen, bug #13045
+ { GID_QFG3, -1, 937, -1, "IconBar", "dispatchEvent", NULL, 58, 58, { WORKAROUND_FAKE, 0 } }, // pressing the Enter key on the main menu screen, bug #13045 (affects multiple room numbers)
{ GID_QFG4, -1, 15, -1, "charInitScreen", "dispatchEvent", NULL, 5, 5, { WORKAROUND_FAKE, 0 } }, // floppy version, when viewing the character screen
{ GID_QFG4, -1, 23, -1, "tellerControls", "dispatchEvent", NULL, 6, 6, { WORKAROUND_FAKE, 0 } }, // floppy version, when using keyboard controls in the conversation interface
{ GID_QFG4, -1, 50, -1, "sSearchMonster", "changeState", NULL, 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