mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 11:27:44 +00:00
DIRECTOR: LINGO: patch for C.H.A.O.S.
Cast script is missing a ','.
This commit is contained in:
parent
ecf7926795
commit
b5a2898687
@ -188,6 +188,10 @@ struct ScriptPatch {
|
||||
123, "locaobject(mLHizikaraHand (rhenka + 1),dotti)", "locaobject(mLHizikaraHand,(rhenka + 1),dotti)"},
|
||||
{"henachoco03", "Demo", kPlatformMacintosh, "Muzukashiihon", kMovieScript, 0, 0,
|
||||
136, "locaobject(mRHizikaraHand (rhenka + 1),dotti)", "locaobject(mRHizikaraHand,(rhenka + 1),dotti)"},
|
||||
|
||||
// C.H.A.O.S
|
||||
{"chaos", "", kPlatformWindows, "Intro", kCastScript, 10, 0,
|
||||
9, "rHyperPACo \"blank\", 498, 350 gGenPathWay", "rHyperPACo \"blank\", 498, 350, gGenPathWay"},
|
||||
|
||||
{nullptr, nullptr, kPlatformUnknown, nullptr, kNoneScript, 0, 0, 0, nullptr, nullptr}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user