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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Mon Mar 2 07:14:25 CET 2009


Revision: 39062
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39062&view=rev
Author:   peres001
Date:     2009-03-02 06:14:25 +0000 (Mon, 02 Mar 2009)

Log Message:
-----------
Fixed overflow in flag table.

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

Modified: scummvm/trunk/engines/parallaction/parallaction_br.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction_br.cpp	2009-03-01 22:35:14 UTC (rev 39061)
+++ scummvm/trunk/engines/parallaction/parallaction_br.cpp	2009-03-02 06:14:25 UTC (rev 39062)
@@ -198,6 +198,8 @@
 	clearSubtitles();
 	_subtitle[0] = _subtitle[1] = -1;
 
+	_localFlagNames->clear();
+
 	_gfx->freeLocationObjects();
 
 	_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