[Scummvm-cvs-logs] SF.net SVN: scummvm:[34147] scummvm/branches/branch-0-12-0/engines/cine/gfx .cpp
buddha_ at users.sourceforge.net
buddha_ at users.sourceforge.net
Mon Aug 25 14:01:30 CEST 2008
Revision: 34147
http://scummvm.svn.sourceforge.net/scummvm/?rev=34147&view=rev
Author: buddha_
Date: 2008-08-25 12:01:27 +0000 (Mon, 25 Aug 2008)
Log Message:
-----------
Added a warning to bug #2055912's fix committed in revision 34133.
Revision Links:
--------------
http://scummvm.svn.sourceforge.net/scummvm/?rev=34133&view=rev
Modified Paths:
--------------
scummvm/branches/branch-0-12-0/engines/cine/gfx.cpp
Modified: scummvm/branches/branch-0-12-0/engines/cine/gfx.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/cine/gfx.cpp 2008-08-25 12:00:38 UTC (rev 34146)
+++ scummvm/branches/branch-0-12-0/engines/cine/gfx.cpp 2008-08-25 12:01:27 UTC (rev 34147)
@@ -204,6 +204,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