[Scummvm-cvs-logs] SF.net SVN: scummvm:[34146] scummvm/trunk/engines/cine/gfx.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Mon Aug 25 14:00:40 CEST 2008


Revision: 34146
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34146&view=rev
Author:   buddha_
Date:     2008-08-25 12:00:38 +0000 (Mon, 25 Aug 2008)

Log Message:
-----------
Added a warning to bug #2055912's fix committed in revision 34132.

Revision Links:
--------------
    http://scummvm.svn.sourceforge.net/scummvm/?rev=34132&view=rev

Modified Paths:
--------------
    scummvm/trunk/engines/cine/gfx.cpp

Modified: scummvm/trunk/engines/cine/gfx.cpp
===================================================================
--- scummvm/trunk/engines/cine/gfx.cpp	2008-08-25 09:38:53 UTC (rev 34145)
+++ scummvm/trunk/engines/cine/gfx.cpp	2008-08-25 12:00:38 UTC (rev 34146)
@@ -206,6 +206,8 @@
 	// if this is really a correct way to fix this.
 	if (mask) {
 		drawSpriteRaw(data, mask, width, height, _background, x, y);
+	} else { // mask == NULL
+		warning("FWRenderer::incrustSprite: Skipping maskless sprite (frame=%d)", obj.frame);
 	}
 }
 


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