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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Wed Feb 6 20:50:45 CET 2008


Revision: 30813
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30813&view=rev
Author:   peres001
Date:     2008-02-06 11:50:45 -0800 (Wed, 06 Feb 2008)

Log Message:
-----------
Fix system hang under linux.

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

Modified: scummvm/trunk/engines/parallaction/objects.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/objects.cpp	2008-02-06 18:13:22 UTC (rev 30812)
+++ scummvm/trunk/engines/parallaction/objects.cpp	2008-02-06 19:50:45 UTC (rev 30813)
@@ -122,7 +122,10 @@
 
 	_label = 0;
 
-	memset(_name, 0, ZONENAME_LENGTH);
+	// BRA specific
+	_index = 0;
+	_linkedName = 0;
+	_linkedAnim = 0;
 }
 
 Zone::~Zone() {


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