From e0689193efa852a4391c9afcf7581238b1c4a0d9 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 8 May 2008 20:55:39 +0000 Subject: Fixed bug in o3_updateConversations. svn-id: r31955 --- engines/kyra/script_mr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/kyra/script_mr.cpp b/engines/kyra/script_mr.cpp index 8746ec83d7..68f9a7812f 100644 --- a/engines/kyra/script_mr.cpp +++ b/engines/kyra/script_mr.cpp @@ -551,7 +551,7 @@ int KyraEngine_MR::o3_updateConversations(EMCState *script) { convs[0] = 0; convs[1] = 4; convs[2] = 0; - convs[4] = 1; + convs[3] = 1; break; case 10: -- cgit v1.2.3