aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
diff options
context:
space:
mode:
authorMax Horn2003-01-01 17:57:14 +0000
committerMax Horn2003-01-01 17:57:14 +0000
commit53a8fc24fe6b248234a2e2b5036526097f5a7834 (patch)
tree7eb5dc5a0efaea96302357f3359fab6dbbff4442 /scumm/script_v8.cpp
parent0ab1edf809972ac94a03d74d72d730a0d72e1184 (diff)
downloadscummvm-rg350-53a8fc24fe6b248234a2e2b5036526097f5a7834.tar.gz
scummvm-rg350-53a8fc24fe6b248234a2e2b5036526097f5a7834.tar.bz2
scummvm-rg350-53a8fc24fe6b248234a2e2b5036526097f5a7834.zip
fixed cutscene override in V8; cleanup
svn-id: r6316
Diffstat (limited to 'scumm/script_v8.cpp')
-rw-r--r--scumm/script_v8.cpp32
1 files changed, 4 insertions, 28 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index 72a965e288..4bed7f6016 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -223,11 +223,11 @@ void Scumm_v8::setupOpcodes()
OPCODE(o6_printEgo),
OPCODE(o6_talkActor),
OPCODE(o6_talkEgo),
- OPCODE(o8_printLine),
+ OPCODE(o6_printLine),
/* 94 */
- OPCODE(o8_printCursor),
- OPCODE(o8_printDebug),
- OPCODE(o8_printSystem),
+ OPCODE(o6_printCursor),
+ OPCODE(o6_printDebug),
+ OPCODE(o6_printSystem),
OPCODE(o8_blastText),
/* 98 */
OPCODE(o6_invalid),
@@ -726,30 +726,6 @@ void Scumm_v8::o8_arrayOps()
}
}
-void Scumm_v8::o8_printLine()
-{
- // FIXME
- decodeParseString(0, 0);
-}
-
-void Scumm_v8::o8_printCursor()
-{
- // FIXME
- decodeParseString(1, 0);
-}
-
-void Scumm_v8::o8_printDebug()
-{
- // FIXME
- decodeParseString(2, 0);
-}
-
-void Scumm_v8::o8_printSystem()
-{
- // FIXME
- decodeParseString(3, 0);
-}
-
void Scumm_v8::o8_blastText()
{
// FIXME