aboutsummaryrefslogtreecommitdiff
path: root/simon/debug.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-01-11 15:38:37 +0000
committerTravis Howell2003-01-11 15:38:37 +0000
commit8b9e8cb8123222bdc7a94e18f891e892e658eb72 (patch)
treef6809afbd18186d9c0bebc5a095e75ea4c9f387f /simon/debug.cpp
parent905d6b600865e882c399e8630bdd6a99c1824d15 (diff)
downloadscummvm-rg350-8b9e8cb8123222bdc7a94e18f891e892e658eb72.tar.gz
scummvm-rg350-8b9e8cb8123222bdc7a94e18f891e892e658eb72.tar.bz2
scummvm-rg350-8b9e8cb8123222bdc7a94e18f891e892e658eb72.zip
More simon 2 targets (amiga/mac ports)
svn-id: r6396
Diffstat (limited to 'simon/debug.cpp')
-rw-r--r--simon/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/debug.cpp b/simon/debug.cpp
index a6e9281f06..01d8233527 100644
--- a/simon/debug.cpp
+++ b/simon/debug.cpp
@@ -42,7 +42,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_SIMON2TALKIE || _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];