mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 07:23:05 +00:00
SCI32: Fix typo in script patch name
This commit is contained in:
parent
26fe96d637
commit
ad1cc613ef
@ -2569,7 +2569,7 @@ static const uint16 larry7PatchMakeCheesePriority[] = {
|
||||
|
||||
// script, description, signature patch
|
||||
static const SciScriptPatcherEntry larry7Signatures[] = {
|
||||
{ true, 540, "fix make cheese cutscene (cycöer)", 1, larry7SignatureMakeCheese, larry7PatchMakeCheese },
|
||||
{ true, 540, "fix make cheese cutscene (cycler)", 1, larry7SignatureMakeCheese, larry7PatchMakeCheese },
|
||||
{ true, 540, "fix make cheese cutscene (priority)", 1, larry7SignatureMakeCheesePriority, larry7PatchMakeCheesePriority },
|
||||
SCI_SIGNATUREENTRY_TERMINATOR
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user