[Scummvm-cvs-logs] scummvm master -> 746f494c8501eba833462eda77f25f216c342c10

Strangerke Strangerke at scummvm.org
Thu Dec 24 08:16:26 CET 2015


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:
746f494c85 LAB: Fix bug in doTransWipe


Commit: 746f494c8501eba833462eda77f25f216c342c10
    https://github.com/scummvm/scummvm/commit/746f494c8501eba833462eda77f25f216c342c10
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-12-24T08:10:30+01:00

Commit Message:
LAB: Fix bug in doTransWipe

Changed paths:
    engines/lab/dispman.cpp



diff --git a/engines/lab/dispman.cpp b/engines/lab/dispman.cpp
index 5722ba9..6c26110 100644
--- a/engines/lab/dispman.cpp
+++ b/engines/lab/dispman.cpp
@@ -793,7 +793,7 @@ void DisplayMan::doTransWipe(CloseDataPtr *closePtrList, const Common::String fi
 					linesDone = 0;
 				}
 
-				if (j == 9)
+				if (j == 0)
 					checkerboardEffect(0, 0, curY, _screenWidth - 1, curY + 1);
 				else
 					rectFill(0, curY, _screenWidth - 1, curY + 1);






More information about the Scummvm-git-logs mailing list