From 7acad3a0a0c541ba3f18d66292e5e7289afe3ab2 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 20 Apr 2003 16:32:44 +0000 Subject: next two missed opcodes, ah :) svn-id: r7034 --- scumm/script_v2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index 6b295f48d4..c2b7d5f9ab 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -248,7 +248,7 @@ void Scumm_v2::setupOpcodes() { OPCODE(o2_addDirect), OPCODE(o5_dummy), /* AC */ - OPCODE(o5_expression), //? + OPCODE(o5_delay), OPCODE(o5_putActorInRoom), OPCODE(o2_waitForSentence), OPCODE(o2_ifNotState40), @@ -261,7 +261,7 @@ void Scumm_v2::setupOpcodes() { OPCODE(o5_getDist), OPCODE(o5_findObject), OPCODE(o5_walkActorToObject), - OPCODE(o5_startObject), //? + OPCODE(o2_setState20), /* B8 */ OPCODE(o5_lessOrEqual), OPCODE(o5_doSentence), -- cgit v1.2.3