From 1a52c5283a982350702a68f7aa4b66100711f1c3 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 12 May 2008 12:57:42 +0000 Subject: - Yet more opcodes moved to KyraEngine_v1 - Renamed some opcodes inside KyraEngine_LoK svn-id: r32055 --- engines/kyra/script_mr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/script_mr.cpp') diff --git a/engines/kyra/script_mr.cpp b/engines/kyra/script_mr.cpp index af0bde24c1..965a727071 100644 --- a/engines/kyra/script_mr.cpp +++ b/engines/kyra/script_mr.cpp @@ -1261,7 +1261,7 @@ void KyraEngine_MR::setupOpcodeTable() { Opcode(o3_setMalcolmPos); Opcode(o3_stopMusic); // 0x58 - Opcode(o2_playWanderScoreViaMap); + Opcode(o1_playWanderScoreViaMap); Opcode(o3_playSoundEffect); Opcode(o3_getScore); Opcode(o3_daggerWarning); @@ -1273,7 +1273,7 @@ void KyraEngine_MR::setupOpcodeTable() { // 0x60 Opcode(o1_getRand); Opcode(o3_dummy); - Opcode(o2_setDeathHandler); + Opcode(o1_setDeathHandler); Opcode(o3_showGoodConscience); // 0x64 Opcode(o3_goodConscienceChat); -- cgit v1.2.3