From 4f8daaf596be6560917545d1d366ad9b217b1d43 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sun, 29 Aug 2010 20:26:30 +0000 Subject: SCI: fix typo in comment svn-id: r52445 --- engines/sci/engine/kmovement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/engine') 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)) -- cgit v1.2.3