From ad0ddcbb8ef1f8651e00f02fa325d4ed031e240e Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 12 Dec 2011 18:19:17 +0200 Subject: DREAMWEB: Fix typo in useWire() (thanks wjp, fuzzie) --- engines/dreamweb/use.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/dreamweb/use.cpp') 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; -- cgit v1.2.3