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

sev- sev at scummvm.org
Thu Jul 30 00:02:40 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:
f1f68a45fd DIRECTOR: LINGO: Fix another copy/paste error in warlock-mac scripts


Commit: f1f68a45fdf3a3ad3c927fc40c1497f0eb7b4a48
    https://github.com/scummvm/scummvm/commit/f1f68a45fdf3a3ad3c927fc40c1497f0eb7b4a48
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-07-30T02:02:15+02:00

Commit Message:
DIRECTOR: LINGO: Fix another copy/paste error in warlock-mac scripts

Changed paths:
    engines/director/lingo/lingo-patcher.cpp


diff --git a/engines/director/lingo/lingo-patcher.cpp b/engines/director/lingo/lingo-patcher.cpp
index 06da4fce43..90d6d92531 100644
--- a/engines/director/lingo/lingo-patcher.cpp
+++ b/engines/director/lingo/lingo-patcher.cpp
@@ -96,6 +96,10 @@ struct ScriptPatch {
 	{"warlock", kPlatformMacintosh, "DATA/WARLOCKSHIP/HangHallAft", kScoreScript, 7,
 			4, "Frames 20 to 20", ""},
 
+	// Stray 'then' (obvious copy/paste error)
+	{"warlock", kPlatformMacintosh, "DATA/K/KT/OutMarauderKT", kMovieScript, 2,
+			23, "set Spacesuit = 0 then", "set Spacesuit = 0"},
+
 	// Unbalanced 'end if' at the end of the script
 	{"warlock", kPlatformMacintosh, "DATA/STAMBUL/DRUNK", kMovieScript, 4,
 			5, "end if", ""},




More information about the Scummvm-git-logs mailing list