aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2002-12-12 11:23:43 +0000
committerTravis Howell2002-12-12 11:23:43 +0000
commit6338b9663920ee553416f335f4d6d61ee6230d14 (patch)
tree9dab08c6402eba24adfe25ebd0f236d6ddfb6caf /simon
parenta454add929ed73f5286492b9e1153c97f7b23054 (diff)
downloadscummvm-rg350-6338b9663920ee553416f335f4d6d61ee6230d14.tar.gz
scummvm-rg350-6338b9663920ee553416f335f4d6d61ee6230d14.tar.bz2
scummvm-rg350-6338b9663920ee553416f335f4d6d61ee6230d14.zip
Fix error in last commit
svn-id: r5913
Diffstat (limited to 'simon')
-rw-r--r--simon/items.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index a7aa823385..8f7205c1cd 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -1242,7 +1242,7 @@ void SimonState::o_177()
offs = getOffsetOfChild2Param(child, 0x100);
talk_with_speech(child->array[offs] + 3550, a);
}
- } else if (_game == GAME_SIMON1DEMO || _game == GAME_SIMON1DOS || _game == _game == GAME_SIMON2DOS) {
+ } else if (_game == GAME_SIMON1DEMO || _game == GAME_SIMON1DOS || _game == GAME_SIMON2DOS) {
if (child != NULL && child->avail_props & 1) {
const char *s = (const char *)getStringPtrByID(child->array[0]);
char buf[256];