aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/use.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-17 23:28:26 +0100
committerWillem Jan Palenstijn2011-12-17 23:28:26 +0100
commit656409c72bd4142781fc369a496b026edb2cb87c (patch)
tree7afc7f82c99d9f888cbaf100d655fe3b07f958dd /engines/dreamweb/use.cpp
parent10e163761223b919533ad8ff71d05f90001d6fb8 (diff)
downloadscummvm-rg350-656409c72bd4142781fc369a496b026edb2cb87c.tar.gz
scummvm-rg350-656409c72bd4142781fc369a496b026edb2cb87c.tar.bz2
scummvm-rg350-656409c72bd4142781fc369a496b026edb2cb87c.zip
DREAMWEB: Fix regression in slabdoorb
Diffstat (limited to 'engines/dreamweb/use.cpp')
-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 ba1e8e4952..5b6e3f8dff 100644
--- a/engines/dreamweb/use.cpp
+++ b/engines/dreamweb/use.cpp
@@ -625,7 +625,7 @@ void DreamGenContext::sLabDoorB() {
data.byte(kWatchspeed) = 1;
data.byte(kSpeedcount) = 1;
} else {
- if (isRyanHolding("SHLD")) {
+ if (!isRyanHolding("SHLD")) {
// No crystal
showPuzText(44, 200);
putBackObStuff();