[Scummvm-cvs-logs] CVS: scummvm/bs2/driver sprite.cpp,1.19,1.20

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Tue Sep 23 10:26:06 CEST 2003


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

Modified Files:
	sprite.cpp 
Log Message:
Removed unused / replaced source code. This turned out to be most of the
file. :-)


Index: sprite.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/sprite.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- sprite.cpp	23 Sep 2003 16:53:25 -0000	1.19
+++ sprite.cpp	23 Sep 2003 17:24:45 -0000	1.20
@@ -57,9 +57,6 @@
 //
 //=============================================================================
 
-
-
-
 #include "stdafx.h"
 #include "driver96.h"
 #include "d_draw.h"
@@ -68,934 +65,240 @@
 #include "palette.h"
[...2740 lines suppressed...]
-					src += s->w;
-					dst += RENDERWIDE;
-				}
-			}
-		}
-	}
-
-#if PROFILING == 1
-	QueryPerformanceCounter(&endTime);
-	profileSpriteRender += (endTime.LowPart - startTime.LowPart);
-#endif
-*/
-	return(RD_OK);
+	return RD_OK;
 }
-
-
 
 int32 OpenLightMask(_spriteInfo *s) {
 	// FIXME: The light mask is only needed on higher graphics detail





More information about the Scummvm-git-logs mailing list