[Scummvm-cvs-logs] CVS: scummvm/bs2 build_display.cpp,1.14,1.15

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Thu Aug 28 23:47:13 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv11893

Modified Files:
	build_display.cpp 
Log Message:
Disabled debug output. (I really need to get the debug message level to
work for BS2! :-)


Index: build_display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/build_display.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- build_display.cpp	29 Aug 2003 06:42:34 -0000	1.14
+++ build_display.cpp	29 Aug 2003 06:46:52 -0000	1.15
@@ -265,7 +265,7 @@
 			if (SVM_timeGetTime() > cycleTime)
 			{
 				fps = frameCount;
-				debug(0, "FPS: %d", fps);
+				debug(2, "FPS: %d", fps);
 				frameCount = 0;
 				cycleTime = SVM_timeGetTime()+1000;
 			}





More information about the Scummvm-git-logs mailing list