[Scummvm-git-logs] scummvm master -> ad72a0367681b946d2969f010382d92f7817e94f
rvanlaar
noreply at scummvm.org
Sun Jan 23 23:36:53 UTC 2022
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:
ad72a03676 DIRECTOR: Fix extra info in patch for warlock
Commit: ad72a0367681b946d2969f010382d92f7817e94f
https://github.com/scummvm/scummvm/commit/ad72a0367681b946d2969f010382d92f7817e94f
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2022-01-24T00:35:38+01:00
Commit Message:
DIRECTOR: Fix extra info in patch for warlock
Warlock windows got extra version information in the detection tables.
The result was that the patches didn't match anymore.
This is now resolved by adding the extra version info also in the lingo
patcher.
Commit which added the extra information: a767a592baba
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 a444501a07e..660301e1bd8 100644
--- a/engines/director/lingo/lingo-patcher.cpp
+++ b/engines/director/lingo/lingo-patcher.cpp
@@ -108,11 +108,11 @@ struct ScriptPatch {
"alert \"Failed Save.\" & return & \"Error message number: \" & string ( filer )"},
// Garbage at end of script
- {"warlock", "", kPlatformWindows, "WRLCKSHP:UpForeECall", kScoreScript, 12, 0,
+ {"warlock", "v1.1.3 MPC", kPlatformWindows, "WRLCKSHP:UpForeECall", kScoreScript, 12, 0,
2, "SS Warlock:DATA:WARLOCKSHIP:Up.GCGunner", ""},
- {"warlock", "", kPlatformWindows, "WRLCKSHP:UpForeECall", kScoreScript, 12, 0,
+ {"warlock", "v1.1.3 MPC", kPlatformWindows, "WRLCKSHP:UpForeECall", kScoreScript, 12, 0,
3, "Channels 17 to 18", ""},
- {"warlock", "", kPlatformWindows, "WRLCKSHP:UpForeECall", kScoreScript, 12, 0,
+ {"warlock", "v1.1.3 MPC", kPlatformWindows, "WRLCKSHP:UpForeECall", kScoreScript, 12, 0,
4, "Frames 150 to 160", ""},
// Missing '&'
More information about the Scummvm-git-logs
mailing list