mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
DIRECTOR: LINGO: Patch Warlock script
This commit is contained in:
parent
854300607c
commit
758a90ab32
@ -51,6 +51,11 @@ struct ScriptPatch {
|
||||
{"warlock", kPlatformMacintosh, "STAMBUL/DRUNK", kMovieScript, 5,
|
||||
5, "end if", ""},
|
||||
|
||||
// Missing '&'
|
||||
{"warlock", kPlatformMacintosh, "DATA/NAV/A1 Reactor", kMovieScript, 1,
|
||||
19, "alert \"Failed Save.\" & return & \"Error message number: \" string ( filer )",
|
||||
"alert \"Failed Save.\" & return & \"Error message number: \" & string ( filer )"},
|
||||
|
||||
// Garbage at end of script
|
||||
{"warlock", kPlatformWindows, "WRLCKSHP/UpForeECall", kScoreScript, 12,
|
||||
2, "SS Warlock:DATA:WARLOCKSHIP:Up.GCGunner", ""},
|
||||
@ -63,6 +68,11 @@ struct ScriptPatch {
|
||||
{"warlock", kPlatformWindows, "STAMBUL/DRUNK", kMovieScript, 5,
|
||||
5, "end if", ""},
|
||||
|
||||
// Missing '&'
|
||||
{"warlock", kPlatformWindows, "NAV/A1 Reactor", kMovieScript, 0,
|
||||
23, "alert \"Failed Save.\" & return & \"Error message number: \" string ( filer )",
|
||||
"alert \"Failed Save.\" & return & \"Error message number: \" & string ( filer )"},
|
||||
|
||||
|
||||
// Unbalanced 'end if' at the end of the script
|
||||
{"jman", kPlatformWindows, "mmm/TSA RR 06", kScoreScript, 26,
|
||||
|
Loading…
Reference in New Issue
Block a user