From ae7f676667d3762d5fb2ca1b49dcf4cb4b7f3bc3 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 13 Jun 2005 07:09:12 +0000 Subject: Rename opcode/function svn-id: r18381 --- scumm/script_v6.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm/script_v6.cpp') 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); } -- cgit v1.2.3