From 2bba56a34f1a8cfd13c3f38cb53b1f15596a20f9 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 20 Nov 2002 11:26:53 +0000 Subject: [PATCH] Another ooops svn-id: r5635 --- simon/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simon/debug.cpp b/simon/debug.cpp index 8ba437e3da7..e8f565f74b4 100644 --- a/simon/debug.cpp +++ b/simon/debug.cpp @@ -44,7 +44,7 @@ byte *SimonState::dumpOpcode(byte *p) st = s = simon1dos_opcode_name_table[opcode]; } else if (_game == GAME_SIMON1TALKIE || _game == GAME_SIMON1WIN) { st = s = simon1talkie_opcode_name_table[opcode]; - } else if (_game == GAME_SIMON2WIN) { + } else if (_game == GAME_SIMON2TALKIE || _game == GAME_SIMON2WIN) { st = s = simon2talkie_opcode_name_table[opcode]; } else { st = s = simon2dos_opcode_name_table[opcode];