Rename opcode/function

svn-id: r18381
This commit is contained in:
Travis Howell 2005-06-13 07:09:12 +00:00
parent dcbd777596
commit ae7f676667
11 changed files with 15 additions and 15 deletions

View file

@ -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);
}