From 4be7dac9c321a8c63de138c8ffb9baa80acb97af Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 6 Feb 2008 19:50:45 +0000 Subject: Fix system hang under linux. svn-id: r30813 --- engines/parallaction/objects.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/parallaction') diff --git a/engines/parallaction/objects.cpp b/engines/parallaction/objects.cpp index 3db9cb148a..afcc0b2295 100644 --- a/engines/parallaction/objects.cpp +++ b/engines/parallaction/objects.cpp @@ -122,7 +122,10 @@ Zone::Zone() { _label = 0; - memset(_name, 0, ZONENAME_LENGTH); + // BRA specific + _index = 0; + _linkedName = 0; + _linkedAnim = 0; } Zone::~Zone() { -- cgit v1.2.3