[Scummvm-git-logs] scummvm master -> ffcd6563a00b18304f0c0c188e53951570dc7ac2
sev-
sev at scummvm.org
Wed Aug 5 22:58:27 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:
ffcd6563a0 DIRECTOR: LINGO: More L-Zone mac v1 script patches
Commit: ffcd6563a00b18304f0c0c188e53951570dc7ac2
https://github.com/scummvm/scummvm/commit/ffcd6563a00b18304f0c0c188e53951570dc7ac2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-06T00:58:03+02:00
Commit Message:
DIRECTOR: LINGO: More L-Zone mac v1 script patches
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 977948f3a0..d34e4e40e0 100644
--- a/engines/director/lingo/lingo-patcher.cpp
+++ b/engines/director/lingo/lingo-patcher.cpp
@@ -139,9 +139,16 @@ struct ScriptPatch {
{"lzone", "", kPlatformMacintosh, "DATA/R-E/ZD2-LAS", kScoreScript, 7,
4, "go to the frame 0", "go to the frame"},
{"lzone", "", kPlatformMacintosh, "DATA/R-E/zd1-con1", kScoreScript, 27,
- 1, "go the frame 0", "go to the frame"},
+ 1, "go to the frame 0", "go to the frame"},
{"lzone", "", kPlatformMacintosh, "DATA/R-E/zd1-con1", kScoreScript, 30,
4, "go the frame 0", "go to the frame"},
+ {"lzone", "", kPlatformMacintosh, "DATA/R-G/st-c", kScoreScript, 14,
+ 1, "go to the frame 0", "go to the frame"},
+ {"lzone", "", kPlatformMacintosh, "DATA/R-G/st-d.mo", kScoreScript, 4,
+ 1, "go to the frame 0", "go to the frame"},
+ {"lzone", "", kPlatformMacintosh, "DATA/R-F/ARCH-U.D-1", kScoreScript, 8,
+ 1, "GO \"SPACE\" OF MOVIE \"L-ZONE:DATA:R-G:ST-A2\",\"242,197\"",
+ "GO \"SPACE\" OF MOVIE \"L-ZONE:DATA:R-G:ST-A2\""},
// Unbalanced 'end if' at the end of the script
More information about the Scummvm-git-logs
mailing list