Rename opcode/function
svn-id: r18381
This commit is contained in:
parent
dcbd777596
commit
ae7f676667
11 changed files with 15 additions and 15 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue