[Scummvm-cvs-logs] scummvm master -> 656409c72bd4142781fc369a496b026edb2cb87c

wjp wjp at usecode.org
Sat Dec 17 23:28:54 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
656409c72b DREAMWEB: Fix regression in slabdoorb


Commit: 656409c72bd4142781fc369a496b026edb2cb87c
    https://github.com/scummvm/scummvm/commit/656409c72bd4142781fc369a496b026edb2cb87c
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-12-17T14:28:26-08:00

Commit Message:
DREAMWEB: Fix regression in slabdoorb

Changed paths:
    engines/dreamweb/use.cpp



diff --git a/engines/dreamweb/use.cpp b/engines/dreamweb/use.cpp
index ba1e8e4..5b6e3f8 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();






More information about the Scummvm-git-logs mailing list