From 0c4ac260c79c7ed800e5e4f71e2387d8cd3db451 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 6 Aug 2020 00:37:25 +0200 Subject: [PATCH] DIRECTOR: LINGO: Added L-Zone v1 mac script patches --- engines/director/lingo/lingo-patcher.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/engines/director/lingo/lingo-patcher.cpp b/engines/director/lingo/lingo-patcher.cpp index 37345352323..977948f3a0b 100644 --- a/engines/director/lingo/lingo-patcher.cpp +++ b/engines/director/lingo/lingo-patcher.cpp @@ -136,6 +136,14 @@ struct ScriptPatch { "alert \"Failed Save.\" & return & \"Error message number: \" & string ( filer )"}, + {"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"}, + {"lzone", "", kPlatformMacintosh, "DATA/R-E/zd1-con1", kScoreScript, 30, + 4, "go the frame 0", "go to the frame"}, + + // Unbalanced 'end if' at the end of the script {"jman", "", kPlatformWindows, "mmm/TSA RR 06", kScoreScript, 26, 17, "end if", ""},