aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMartin Kiewitz2017-05-24 18:49:55 +0200
committerMartin Kiewitz2017-05-24 18:49:55 +0200
commitad1cc613eff489e1efaecc5b78f99a33b3054688 (patch)
tree0b9f4eb8406eed28983983d1b100161d92842931 /engines
parent26fe96d637d1a396cc4a629353097ed5737b0744 (diff)
downloadscummvm-rg350-ad1cc613eff489e1efaecc5b78f99a33b3054688.tar.gz
scummvm-rg350-ad1cc613eff489e1efaecc5b78f99a33b3054688.tar.bz2
scummvm-rg350-ad1cc613eff489e1efaecc5b78f99a33b3054688.zip
SCI32: Fix typo in script patch name
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/script_patches.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index e847050bfc..61cd437865 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -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
};