From 004dab11c5ba042f4557a7e23042fb53b5c17a6e Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 9 Oct 2007 09:17:07 +0000 Subject: Oops forgot to add o2_delay to the opcode list. svn-id: r29181 --- engines/kyra/kyra_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/kyra/kyra_v2.cpp b/engines/kyra/kyra_v2.cpp index b67ac94a04..bb2bd4bf23 100644 --- a/engines/kyra/kyra_v2.cpp +++ b/engines/kyra/kyra_v2.cpp @@ -1427,7 +1427,7 @@ void KyraEngine_v2::setupOpcodeTable() { OpcodeUnImpl(), OpcodeUnImpl(), OpcodeUnImpl(), - OpcodeUnImpl(), + Opcode(o2_delay), // 0x38 Opcode(o2_dummy), OpcodeUnImpl(), -- cgit v1.2.3