[Scummvm-cvs-logs] CVS: scummvm/sword1 animation.cpp,1.2,1.3

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Tue Jan 20 05:29:04 CET 2004


Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1:/tmp/cvs-serv30273

Modified Files:
	animation.cpp 
Log Message:
Changed printf() to warning()


Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/animation.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- animation.cpp	20 Jan 2004 13:27:17 -0000	1.2
+++ animation.cpp	20 Jan 2004 13:28:49 -0000	1.3
@@ -324,7 +324,7 @@
 
 
 				} else
-					printf("dropped frame %i\n", framenum);
+					warning("dropped frame %i", framenum);
 
 				buildLookup(palnum + 1, lutcalcnum);
 
@@ -343,7 +343,7 @@
 					}
 
 				} else
-					printf("dropped frame %i\n", framenum);
+					warning("dropped frame %i", framenum);
 
 #endif
 





More information about the Scummvm-git-logs mailing list