[Scummvm-cvs-logs] scummvm master -> d2c0aa004ba8dde210f593aba3b09c722c4a89f0

csnover csnover at users.noreply.github.com
Sat Mar 19 00:55:48 CET 2016


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:
d2c0aa004b SCI32: Add workaround for invalid temp read in Torin


Commit: d2c0aa004ba8dde210f593aba3b09c722c4a89f0
    https://github.com/scummvm/scummvm/commit/d2c0aa004ba8dde210f593aba3b09c722c4a89f0
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-03-18T18:55:31-05:00

Commit Message:
SCI32: Add workaround for invalid temp read in Torin

Changed paths:
    engines/sci/engine/workarounds.cpp



diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index a4e19dc..3832f4c 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -378,6 +378,7 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = {
 	{ GID_SQ6,            -1, 64950, -1,            "Feature", "handleEvent",                     NULL,     0, { WORKAROUND_FAKE,   0 } }, // called when pressing "Start game" in the main menu, when entering the Orion's Belt bar (room 300), and perhaps other places
 	{ GID_SQ6,            -1, 64964,  0,              "DPath", "init",                            NULL,     1, { WORKAROUND_FAKE,   0 } }, // during the game
 	{ GID_TORIN,          -1, 64017,  0,             "oFlags", "clear",                           NULL,     0, { WORKAROUND_FAKE,   0 } }, // entering Torin's home in the French version
+	{ GID_TORIN,       10000, 64029,  0,             "oMessager", "nextMsg",                      NULL,     3, { WORKAROUND_FAKE,   0 } }, // start of chapter one
 	SCI_WORKAROUNDENTRY_TERMINATOR
 };
 






More information about the Scummvm-git-logs mailing list