[Scummvm-cvs-logs] SF.net SVN: scummvm:[33377] scummvm/trunk/engines/parallaction/ parallaction_br.cpp
peres001 at users.sourceforge.net
peres001 at users.sourceforge.net
Mon Jul 28 16:23:50 CEST 2008
Revision: 33377
http://scummvm.svn.sourceforge.net/scummvm/?rev=33377&view=rev
Author: peres001
Date: 2008-07-28 14:23:49 +0000 (Mon, 28 Jul 2008)
Log Message:
-----------
Yet another hack to deal with labels... Must rethink this crap from scratch.
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-07-28 14:22:44 UTC (rev 33376)
+++ scummvm/trunk/engines/parallaction/parallaction_br.cpp 2008-07-28 14:23:49 UTC (rev 33377)
@@ -265,6 +265,9 @@
clearSubtitles();
freeBackground();
_gfx->clearGfxObjects(kGfxObjNormal);
+ _gfx->freeLabels();
+ _subtitle[0] = _subtitle[1] = -1;
+
_location._programs.clear();
_location._animations.remove(_char._ani);
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