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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Feb 3 12:00:56 CET 2008


Revision: 30757
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30757&view=rev
Author:   peres001
Date:     2008-02-03 03:00:55 -0800 (Sun, 03 Feb 2008)

Log Message:
-----------
Fixed location switching in BRA a bit more.

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

Modified: scummvm/trunk/engines/parallaction/parallaction_br.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction_br.cpp	2008-02-03 10:53:42 UTC (rev 30756)
+++ scummvm/trunk/engines/parallaction/parallaction_br.cpp	2008-02-03 11:00:55 UTC (rev 30757)
@@ -207,8 +207,9 @@
 	// free open location stuff
 	clearSubtitles();
 	freeBackground();
+	_gfx->clearGfxObjects();
 	freeZones();
-//	freeAnimations();
+	freeAnimations();
 //	free(_location._comment);
 //	_location._comment = 0;
 //	_location._commands.clear();


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