aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
diff options
context:
space:
mode:
authorFilippos Karapetis2018-11-28 02:15:36 +0200
committerFilippos Karapetis2018-11-28 02:15:36 +0200
commit3f77b0a0fb8292113ded3ce1c9beb42547751e0c (patch)
tree5935ad3d005482158707270b8c69799848b46b78 /engines/sci/engine
parentf1197f3d92f707d53ea7e5719ba934a68df01a2e (diff)
downloadscummvm-rg350-3f77b0a0fb8292113ded3ce1c9beb42547751e0c.tar.gz
scummvm-rg350-3f77b0a0fb8292113ded3ce1c9beb42547751e0c.tar.bz2
scummvm-rg350-3f77b0a0fb8292113ded3ce1c9beb42547751e0c.zip
SCI32: Fix spacing
Diffstat (limited to 'engines/sci/engine')
-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 7c3c64d4a6..7a11e4a9e4 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -2056,7 +2056,7 @@ static const SciScriptPatcherEntry gk1Signatures[] = {
{ true, 380, "fix ego flicker in Gran's chair", 1, gk1GranChairFlickerSignature, gk1GranChairFlickerPatch },
{ true, 410, "fix day 2 binoculars lockup", 1, gk1Day2BinocularsLockupSignature, gk1Day2BinocularsLockupPatch },
{ true, 410, "fix artist veve photocopy missing message", 1, gk1ArtistVeveCopySignature, gk1ArtistVeveCopyPatch },
- { true, 420, "fix lorelei chair missing message", 1, gk1OperateLoreleiChairSignature, gk1OperateLoreleiChairPatch },
+ { true, 420, "fix lorelei chair missing message", 1, gk1OperateLoreleiChairSignature, gk1OperateLoreleiChairPatch },
{ true, 710, "fix day 9 vine swing speech playing", 1, gk1Day9VineSwingSignature, gk1Day9VineSwingPatch },
{ true, 800, "fix day 10 honfour unlock door lockup", 1, gk1HonfourUnlockDoorSignature, gk1HonfourUnlockDoorPatch },
{ true, 64908, "disable video benchmarking", 1, sci2BenchmarkSignature, sci2BenchmarkPatch },