aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v8.cpp')
-rw-r--r--scumm/script_v8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index 39c5248954..dc05fd1541 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -227,7 +227,7 @@ void ScummEngine_v8::setupOpcodes() {
OPCODE(o6_talkEgo),
OPCODE(o6_printLine),
/* 94 */
- OPCODE(o6_printCursor),
+ OPCODE(o6_printText),
OPCODE(o6_printDebug),
OPCODE(o6_printSystem),
OPCODE(o8_blastText),