diff options
author | Johannes Schickel | 2008-05-08 20:55:39 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-05-08 20:55:39 +0000 |
commit | e0689193efa852a4391c9afcf7581238b1c4a0d9 (patch) | |
tree | 96f6d3ae78b4e3082d2ec0702c5da4a1e438ed58 | |
parent | e6d6281c891c75bd0dfe16b6f9c7fb71e862e5e0 (diff) | |
download | scummvm-rg350-e0689193efa852a4391c9afcf7581238b1c4a0d9.tar.gz scummvm-rg350-e0689193efa852a4391c9afcf7581238b1c4a0d9.tar.bz2 scummvm-rg350-e0689193efa852a4391c9afcf7581238b1c4a0d9.zip |
Fixed bug in o3_updateConversations.
svn-id: r31955
-rw-r--r-- | engines/kyra/script_mr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: |