aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
diff options
context:
space:
mode:
authorTravis Howell2009-02-14 12:56:09 +0000
committerTravis Howell2009-02-14 12:56:09 +0000
commitad42ab051683ec5a1171f78cb4641c5efe7ab2be (patch)
tree790ec3870f1a2338ee823821e8d2ac44f8874139 /engines/agos
parent0d09d302a3b3679071fc30d6493291dde3695c79 (diff)
downloadscummvm-rg350-ad42ab051683ec5a1171f78cb4641c5efe7ab2be.tar.gz
scummvm-rg350-ad42ab051683ec5a1171f78cb4641c5efe7ab2be.tar.bz2
scummvm-rg350-ad42ab051683ec5a1171f78cb4641c5efe7ab2be.zip
Ooops, remove excess bracket.
svn-id: r36322
Diffstat (limited to 'engines/agos')
-rw-r--r--engines/agos/items.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/items.cpp b/engines/agos/items.cpp
index 087d2b7f16..85ae92bee8 100644
--- a/engines/agos/items.cpp
+++ b/engines/agos/items.cpp
@@ -374,7 +374,7 @@ void AGOSEngine::linkItem(Item *item, Item *parent) {
int AGOSEngine::wordMatch(Item *item, int16 a, int16 n) {
if (getGameType() == GType_ELVIRA2 || getGameType() == GType_WW) {
- if (a == -1 && (n == -1)
+ if (a == -1 && n == -1)
return 1;
}
if (a == -1 && n == item->noun)