aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorJohannes Schickel2008-07-10 12:14:00 +0000
committerJohannes Schickel2008-07-10 12:14:00 +0000
commit985a032871e3296daa2c9cedb4cfabfa9036137d (patch)
treebd4f9f579f5f5d5c4861e5cf4233f93662034d6f /engines
parenta117024d23c3d43ee0ced9046fdbf8e866ddc135 (diff)
downloadscummvm-rg350-985a032871e3296daa2c9cedb4cfabfa9036137d.tar.gz
scummvm-rg350-985a032871e3296daa2c9cedb4cfabfa9036137d.tar.bz2
scummvm-rg350-985a032871e3296daa2c9cedb4cfabfa9036137d.zip
Typo.
svn-id: r32990
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/script_tim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/script_tim.cpp b/engines/kyra/script_tim.cpp
index 8ea316f159..4b82232049 100644
--- a/engines/kyra/script_tim.cpp
+++ b/engines/kyra/script_tim.cpp
@@ -263,7 +263,7 @@ int TIMInterpreter::cmd_execOpcode(const uint16 *param) {
uint16 opcode = *param++;
if (opcode > _currentTim->opcodes->size()) {
- warning("Calling unimplemented TIM opcode(0x%.02X/%d) form file '%s'", opcode, opcode, _currentTim->filename);
+ warning("Calling unimplemented TIM opcode(0x%.02X/%d) from file '%s'", opcode, opcode, _currentTim->filename);
return 0;
}