From 3f819b90852bc7f64faeff0f3d7585d55285a0f5 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 7 Jun 2007 09:37:22 +0000 Subject: Add details for French and German Amiga versions of Elvira 1. Remove restart state from Elvira 1 detection, due to two byte difference in the restart state on each disk of Amiga versions. svn-id: r27164 --- engines/agos/script_ww.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agos/script_ww.cpp') diff --git a/engines/agos/script_ww.cpp b/engines/agos/script_ww.cpp index 690a717acf..377b49ae3f 100644 --- a/engines/agos/script_ww.cpp +++ b/engines/agos/script_ww.cpp @@ -147,7 +147,7 @@ void AGOSEngine_Waxworks::setupOpcodes() { OPCODE(o_comment), /* 88 */ OPCODE(o_invalid), - OPCODE(oe1_loadGame), + OPCODE(oe2_loadGame), OPCODE(o_getParent), OPCODE(o_getNext), /* 92 */ -- cgit v1.2.3