diff --git a/engines/dreamweb/use.cpp b/engines/dreamweb/use.cpp index 9778fe1f052..0990e5ba5ed 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;