[Scummvm-cvs-logs] SF.net SVN: scummvm:[55220] scummvm/trunk/engines/parallaction/balloons.cpp

tdhs at users.sourceforge.net tdhs at users.sourceforge.net
Thu Jan 13 02:39:06 CET 2011


Revision: 55220
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55220&view=rev
Author:   tdhs
Date:     2011-01-13 01:39:05 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
PARALLACTION: Fix Valgrind Error When Displaying Location Balloons In Big Red Adventure.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/balloons.cpp

Modified: scummvm/trunk/engines/parallaction/balloons.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/balloons.cpp	2011-01-13 00:32:10 UTC (rev 55219)
+++ scummvm/trunk/engines/parallaction/balloons.cpp	2011-01-13 01:39:05 UTC (rev 55220)
@@ -694,6 +694,7 @@
 	balloon->obj = _vm->_gfx->registerBalloon(new SurfaceToFrames(balloon->surface), 0);
 	balloon->obj->x = 5;
 	balloon->obj->y = 5;
+	balloon->obj->transparentKey = BALLOON_TRANSPARENT_COLOR_BR;
 
 	return 0;
 }


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