mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
Typo.
svn-id: r32990
This commit is contained in:
parent
a117024d23
commit
985a032871
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user