aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2002-10-30 11:12:37 +0000
committerTravis Howell2002-10-30 11:12:37 +0000
commit5aab8239531eea31b23af5df0747dea00502a517 (patch)
tree9bbaf8bf5c04347530339818d3fedaa753973fa0
parentc9774f88d3942fc6464f9150acf50d4f5b679b34 (diff)
downloadscummvm-rg350-5aab8239531eea31b23af5df0747dea00502a517.tar.gz
scummvm-rg350-5aab8239531eea31b23af5df0747dea00502a517.tar.bz2
scummvm-rg350-5aab8239531eea31b23af5df0747dea00502a517.zip
Add simon 2 dos non-talkie fix from ludde
svn-id: r5352
-rw-r--r--simon/items.cpp2
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();