aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/dreamweb/use.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/use.cpp b/engines/dreamweb/use.cpp
index 9778fe1f05..0990e5ba5e 100644
--- a/engines/dreamweb/use.cpp
+++ b/engines/dreamweb/use.cpp
@@ -1127,7 +1127,7 @@ void DreamGenContext::useWire() {
}
char axe[4] = { 'A', 'X', 'E', 'D' }; // TODO: convert to string with trailing zero
- if (!compare(data.byte(kWithobject), data.byte(kWithtype), axe)) {
+ if (compare(data.byte(kWithobject), data.byte(kWithtype), axe)) {
showPuzText(16, 300);
putBackObStuff();
return;