aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
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/intern.h
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/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index a90d4e0b09..4226078bfd 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -678,7 +678,7 @@ protected:
void o6_delayMinutes();
void o6_stopSentence();
void o6_printLine();
- void o6_printCursor();
+ void o6_printText();
void o6_printDebug();
void o6_printSystem();
void o6_printActor();