From 53d842f37700a4e7bb5dd8f7327f4b4b68d9174b Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Mon, 8 Jan 2007 12:39:31 +0000 Subject: renamed an opcode, fixed an assert condition svn-id: r25056 --- engines/touche/opcodes.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/touche/opcodes.cpp') diff --git a/engines/touche/opcodes.cpp b/engines/touche/opcodes.cpp index 2011384348..c5f2e5afd9 100644 --- a/engines/touche/opcodes.cpp +++ b/engines/touche/opcodes.cpp @@ -90,7 +90,7 @@ void ToucheEngine::setupOpcodes() { &ToucheEngine::op_getKeyCharWalkBox, &ToucheEngine::op_startSound, /* 0x30 */ - &ToucheEngine::op_initKeyCharTalk, + &ToucheEngine::op_moveKeyCharToPos, 0, 0, 0, @@ -443,8 +443,8 @@ void ToucheEngine::op_startSound() { _newSoundPriority = 1; } -void ToucheEngine::op_initKeyCharTalk() { - debugC(9, kDebugOpcodes, "ToucheEngine::op_initKeyCharTalk()"); +void ToucheEngine::op_moveKeyCharToPos() { + debugC(9, kDebugOpcodes, "ToucheEngine::op_moveKeyCharToPos()"); int16 keyChar = _script.readNextWord(); if (keyChar == 256) { keyChar = _currentKeyCharNum; -- cgit v1.2.3