aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
diff options
context:
space:
mode:
authorMartin Kiewitz2010-08-29 20:26:30 +0000
committerMartin Kiewitz2010-08-29 20:26:30 +0000
commit4f8daaf596be6560917545d1d366ad9b217b1d43 (patch)
tree7400e918152142db727b3a80e7b1e0a2073fb684 /engines/sci/engine
parentfc3dfd1bf7fe319c8ab29b9b1991b798c6b83109 (diff)
downloadscummvm-rg350-4f8daaf596be6560917545d1d366ad9b217b1d43.tar.gz
scummvm-rg350-4f8daaf596be6560917545d1d366ad9b217b1d43.tar.bz2
scummvm-rg350-4f8daaf596be6560917545d1d366ad9b217b1d43.zip
SCI: fix typo in comment
svn-id: r52445
Diffstat (limited to 'engines/sci/engine')
-rw-r--r--engines/sci/engine/kmovement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/kmovement.cpp b/engines/sci/engine/kmovement.cpp
index 08be34bb5d..8724b9e159 100644
--- a/engines/sci/engine/kmovement.cpp
+++ b/engines/sci/engine/kmovement.cpp
@@ -347,7 +347,7 @@ reg_t kDoBresen(EngineState *s, int argc, reg_t *argv) {
debugC(2, kDebugLevelBresen, "Finished mover %04x:%04x by collision", PRINT_REG(mover));
// We shall not set completed in this case, sierra sci also doesn't do it
- // if we set call .moveDone in those cases qfg1 vga gate at the castle and lsl1 casino door will not work
+ // if we call .moveDone in those cases qfg1 vga gate at the castle and lsl1 casino door will not work
}
if ((getSciVersion() >= SCI_VERSION_1_EGA))