[Scummvm-cvs-logs] scummvm master -> 99b7fce6113943263bdf9140fab345d0353cf5bd

wjp wjp at usecode.org
Fri Dec 23 17:11:12 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:
99b7fce611 DREAMWEB: Fix regression in sparky


Commit: 99b7fce6113943263bdf9140fab345d0353cf5bd
    https://github.com/scummvm/scummvm/commit/99b7fce6113943263bdf9140fab345d0353cf5bd
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-12-23T08:09:46-08:00

Commit Message:
DREAMWEB: Fix regression in sparky

Changed paths:
    engines/dreamweb/people.cpp



diff --git a/engines/dreamweb/people.cpp b/engines/dreamweb/people.cpp
index 4d66134..1e79471 100644
--- a/engines/dreamweb/people.cpp
+++ b/engines/dreamweb/people.cpp
@@ -273,7 +273,7 @@ void DreamBase::sparky(ReelRoutine &routine) {
 	if (data.word(kCard1money))
 		routine.b7 = 3;
 	if (checkSpeed(routine)) {
-		if (routine.reelPointer() != 34) {
+		if (routine.reelPointer() == 34) {
 			if (engine->randomNumber() < 30)
 				routine.incReelPointer();
 			else






More information about the Scummvm-git-logs mailing list