diff options
Diffstat (limited to 'simon/items.cpp')
-rw-r--r-- | simon/items.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/items.cpp b/simon/items.cpp index 4b031613b8..ff726acef6 100644 --- a/simon/items.cpp +++ b/simon/items.cpp @@ -1108,7 +1108,7 @@ int SimonState::runScript() case 181:{ o_force_lock(); - if (_game == GAME_SIMON2WIN || _game == GAME_SIMON2DOS) { + if (_game & GAME_SIMON2) { fcs_unk_2(1); showMessageFormat("\xC"); } |