[Scummvm-cvs-logs] SF.net SVN: scummvm:[48213] scummvm/trunk/graphics/scaler/aspect.cpp

robinwatts at users.sourceforge.net robinwatts at users.sourceforge.net
Tue Mar 9 02:20:23 CET 2010


Revision: 48213
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48213&view=rev
Author:   robinwatts
Date:     2010-03-09 01:20:23 +0000 (Tue, 09 Mar 2010)

Log Message:
-----------
Fix missing definition of gBitFormat.

Modified Paths:
--------------
    scummvm/trunk/graphics/scaler/aspect.cpp

Modified: scummvm/trunk/graphics/scaler/aspect.cpp
===================================================================
--- scummvm/trunk/graphics/scaler/aspect.cpp	2010-03-09 00:52:25 UTC (rev 48212)
+++ scummvm/trunk/graphics/scaler/aspect.cpp	2010-03-09 01:20:23 UTC (rev 48213)
@@ -278,6 +278,7 @@
                           uint32  dstPitch,
                           int     width,
                           int     height) {
+	extern int gBitFormat;
 	if (gBitFormat == 565) {
 		Normal2xAspectMask(srcPtr,
 		                   srcPitch,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list