aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/opcodes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/opcodes.cpp')
-rw-r--r--engines/touche/opcodes.cpp6
1 files changed, 3 insertions, 3 deletions
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;