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 227ec736bd..e6a1f4dd7f 100644 --- a/simon/items.cpp +++ b/simon/items.cpp @@ -386,7 +386,7 @@ int SimonState::runScript() break; case 67:{ /* set array 3 and 4 */ - if (_game == GAME_SIMON1WIN || _game & GAME_SIMON2) { + if (_game == GAME_SIMON1WIN || _game == GAME_SIMON2WIN) { uint var = getVarOrByte(); uint string_id = getNextStringID(); uint value = getNextWord(); |