[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,1.35,1.36

James Brown ender at users.sourceforge.net
Sun Oct 20 05:19:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv27317/scumm

Modified Files:
	gfx.cpp 
Log Message:
Remove some obsolete fixme's


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- gfx.cpp	20 Oct 2002 12:03:56 -0000	1.35
+++ gfx.cpp	20 Oct 2002 12:18:57 -0000	1.36
@@ -37,19 +37,19 @@
 	int i;
 
 	for (i = 10; i != 0; i--) {
-		initScreens(0, 0, _realWidth, _realHeight);	//ender
+		initScreens(0, 0, _realWidth, _realHeight);
 	}
 
-	if (!(_features & GF_SMALL_HEADER))	/* FIXME TEST: Enders Zak fix */
-		_vars[VAR_PERFORMANCE_1] = 0;	//_scummTimer;
+	if (!(_features & GF_SMALL_HEADER))	// Variable is reserved for game scripts in earlier games
+		_vars[VAR_PERFORMANCE_1] = 0;
 
 	for (i = 10; i != 0; i--) {
 		setDirtyRange(0, 0, _realHeight);	//ender
 		drawDirtyScreenParts();
 	}
 
-	if (!(_features & GF_SMALL_HEADER))	/* FIXME TEST: Enders Zak fix */
-		_vars[VAR_PERFORMANCE_2] = 0;	//_scummTimer;
+	if (!(_features & GF_SMALL_HEADER))	// Variable is reserved for game scripts in earlier games
+		_vars[VAR_PERFORMANCE_2] = 0;
 
 	if (_gameId == GID_DIG)
 		initScreens(0, 0, _realWidth, _realHeight);





More information about the Scummvm-git-logs mailing list