[Scummvm-cvs-logs] scummvm master -> 5c6ee7573c0cf05bbbb154d4734e94e478f453e5

sev- sev at scummvm.org
Wed Sep 11 20:36:12 CEST 2013


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:
5c6ee7573c FULLPIPE: Add parenthesis


Commit: 5c6ee7573c0cf05bbbb154d4734e94e478f453e5
    https://github.com/scummvm/scummvm/commit/5c6ee7573c0cf05bbbb154d4734e94e478f453e5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-09-11T11:35:07-07:00

Commit Message:
FULLPIPE: Add parenthesis

Changed paths:
    engines/fullpipe/scene.cpp



diff --git a/engines/fullpipe/scene.cpp b/engines/fullpipe/scene.cpp
index 310db18..6ac062f 100644
--- a/engines/fullpipe/scene.cpp
+++ b/engines/fullpipe/scene.cpp
@@ -596,7 +596,7 @@ void Scene::drawContent(int minPri, int maxPri, bool drawBg) {
 					v25++;
 
 					if (v25 >= _bigPictureArray2Count) {
-						if (!((PictureObject *)_picObjList[0])->_flags & 0x20)	// FIXME: looks like a typo
+						if (!(((PictureObject *)_picObjList[0])->_flags & 0x20))
 							break;
 						v25 = 0;
 					}






More information about the Scummvm-git-logs mailing list