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

sev- sev at scummvm.org
Mon May 26 19:11:23 CEST 2014


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:
5cc424fe77 FULLPIPE: Fix warning


Commit: 5cc424fe778a6c677c5b816a8517fb8817a97b62
    https://github.com/scummvm/scummvm/commit/5cc424fe778a6c677c5b816a8517fb8817a97b62
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-05-26T20:10:45+03:00

Commit Message:
FULLPIPE: Fix warning

Changed paths:
    engines/fullpipe/motion.cpp



diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp
index ad024ca..8ddd3f7 100644
--- a/engines/fullpipe/motion.cpp
+++ b/engines/fullpipe/motion.cpp
@@ -1018,7 +1018,7 @@ MessageQueue *MovGraph::method50(StaticANIObject *ani, MovArr *movarr, int stati
 	if (_items.size() == 0)
 		return 0;
 
-	int idx;
+	uint idx;
 	int movidx;
 	bool done = false;
 






More information about the Scummvm-git-logs mailing list