[Scummvm-cvs-logs] CVS: scummvm/common scaler.cpp,1.49,1.50

Max Horn fingolfin at users.sourceforge.net
Thu Oct 2 16:31:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv25255

Modified Files:
	scaler.cpp 
Log Message:
fix scaler compilation for MSVC6. However, the produced code stll seems to be incorrect... Jamieson, maybe the MSVC6_COMPAT should be re-added then after all?

Index: scaler.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- scaler.cpp	29 Sep 2003 23:34:42 -0000	1.49
+++ scaler.cpp	2 Oct 2003 23:29:58 -0000	1.50
@@ -233,7 +233,7 @@
 }
 
 template<int bitFormat>
-void TV2x(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, 
+void TV2xTemplate(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, 
 					int width, int height) {
 	const uint32 nextlineSrc = srcPitch / sizeof(uint16);
 	const uint16 *p = (const uint16 *)srcPtr;





More information about the Scummvm-git-logs mailing list