[Scummvm-cvs-logs] CVS: residual screen.cpp,1.8,1.9

Vincent Hamm yazoo at users.sourceforge.net
Sun Sep 21 05:29:04 CEST 2003


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1:/tmp/cvs-serv17231

Modified Files:
	screen.cpp 
Log Message:
Removed my hack as Endy had fixed it a few hours before me


Index: screen.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/screen.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- screen.cpp	21 Sep 2003 12:21:13 -0000	1.8
+++ screen.cpp	21 Sep 2003 12:28:51 -0000	1.9
@@ -85,7 +85,6 @@
 
 void screenBlocksAddRectangle( int top, int right, int left, int bottom, float depth )
 {
-	return;
 	// clip the rectange to the screen size
 
 	int tempHeight = bottom-top;
@@ -189,8 +188,6 @@
 
 void screenBlocksBlitDirtyBlocks()
 {
-	return;
-
 	int i;
 	int j;
 





More information about the Scummvm-git-logs mailing list