[Scummvm-cvs-logs] CVS: scummvm/queen logic.cpp,1.108,1.109

Gregory Montoir cyx at users.sourceforge.net
Wed Nov 26 15:07:07 CET 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv23206

Modified Files:
	logic.cpp 
Log Message:
oops

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/logic.cpp,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- logic.cpp	26 Nov 2003 23:03:20 -0000	1.108
+++ logic.cpp	26 Nov 2003 23:06:34 -0000	1.109
@@ -566,7 +566,7 @@
 			img = _objectData[i].image;
 			if(img <= -10) {
 				GraphicData* pgd = &_graphicData[-(img + 10)];
-				if(pgd->lastFrame > 0) {
+				if(pgd->lastFrame != 0) {
 					// skip all the frames of the animation
 					idx += ABS(pgd->lastFrame) - pgd->firstFrame + 1;
 				}





More information about the Scummvm-git-logs mailing list