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

Vincent Hamm yazoo at users.sourceforge.net
Sun Sep 21 05:22:03 CEST 2003


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

Modified Files:
	screen.cpp 
Log Message:
Deactivating the screenbox code as Endy is too hopeless to even try to understand a simple code....


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





More information about the Scummvm-git-logs mailing list