mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-27 12:16:59 +00:00
DREAMWEB: Fix typo in useWire() (thanks wjp, fuzzie)
This commit is contained in:
parent
903ce79138
commit
ad0ddcbb8e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user