DREAMWEB: Fix regression in slabdoorb

This commit is contained in:
Willem Jan Palenstijn 2011-12-17 23:28:26 +01:00
parent 10e1637612
commit 656409c72b

View file

@ -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();