[Scummvm-cvs-logs] CVS: scummvm/bs2 build_display.cpp,1.12,1.13

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Thu Aug 28 05:27:06 CEST 2003


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

Modified Files:
	build_display.cpp 
Log Message:
I forgot to commit this file earlier. (It's only a FIXME comment anyway.)


Index: build_display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/build_display.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- build_display.cpp	23 Aug 2003 14:42:37 -0000	1.12
+++ build_display.cpp	28 Aug 2003 12:26:28 -0000	1.13
@@ -270,6 +270,9 @@
 			// check if we've got time to render the screen again this cycle
 			// (so drivers can smooth out the scrolling in between normal game cycles)
 
+			// FIXME: If we have already reached the scroll target,
+			// we should sleep for the rest of the render cycle.
+
 			EndRenderCycle(&end);
 
 			if (end)	// if we haven't got time to render again this cycle, drop out of 'render cycle' while-loop





More information about the Scummvm-git-logs mailing list