aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-06-13 07:09:12 +0000
committerTravis Howell2005-06-13 07:09:12 +0000
commitae7f676667d3762d5fb2ca1b49dcf4cb4b7f3bc3 (patch)
treec95798763f36e969f7e183da6d146900299f97bc /scumm/script_v6.cpp
parentdcbd7775960f8fc96318bef98e61d30241815ca8 (diff)
downloadscummvm-rg350-ae7f676667d3762d5fb2ca1b49dcf4cb4b7f3bc3.tar.gz
scummvm-rg350-ae7f676667d3762d5fb2ca1b49dcf4cb4b7f3bc3.tar.bz2
scummvm-rg350-ae7f676667d3762d5fb2ca1b49dcf4cb4b7f3bc3.zip
Rename opcode/function
svn-id: r18381
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);
}