aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 02548ed5f8..986cf79cc4 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -275,7 +275,7 @@ void ScummEngine_v6::setupOpcodes() {
OPCODE(o6_stopSentence),
/* B4 */
OPCODE(o6_printLine),
- OPCODE(o6_printCursor),
+ OPCODE(o6_printText),
OPCODE(o6_printDebug),
OPCODE(o6_printSystem),
/* B8 */
@@ -2327,7 +2327,7 @@ void ScummEngine_v6::o6_printLine() {
decodeParseString(0, 0);
}
-void ScummEngine_v6::o6_printCursor() {
+void ScummEngine_v6::o6_printText() {
decodeParseString(1, 0);
}