[Scummvm-git-logs] scummvm master -> abc4656cc00f11091210213058a883718442b7b7

csnover csnover at users.noreply.github.com
Sun Oct 16 18:12:32 CEST 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:
abc4656cc0 SCI32: Fix workaround comment


Commit: abc4656cc00f11091210213058a883718442b7b7
    https://github.com/scummvm/scummvm/commit/abc4656cc00f11091210213058a883718442b7b7
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-10-16T11:10:25-05:00

Commit Message:
SCI32: Fix workaround comment

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



diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index e058d5e..99374a1 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -732,7 +732,7 @@ static const uint16 sig_kResCheck_lsl6hires_1[] = {
 
 //    gameID,           room,script,lvl,          object-name, method-name,  local-call-signature, index,                workaround
 const SciWorkaroundEntry kResCheck_workarounds[] = {
-	{ GID_LSL6HIRES,     740,   740, -1,       "myCreditText", "handleEvent", sig_kResCheck_lsl6hires_1, -1, { WORKAROUND_IGNORE, 0 } }, // when clicking during the final credits
+	{ GID_LSL6HIRES,     740,   740, -1,       "myCreditText", "handleEvent", sig_kResCheck_lsl6hires_1, -1, { WORKAROUND_IGNORE, 0 } }, // when clicking quit during the final credits
 	SCI_WORKAROUNDENTRY_TERMINATOR
 };
 





More information about the Scummvm-git-logs mailing list