From 666f0720ab801e8e9df4a8e65f452044b110f7b2 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 29 Mar 2009 13:56:16 +0000 Subject: (Re)link bounding animations after location has been completely parsed. This avoids problems due to forward references. svn-id: r39740 --- engines/parallaction/objects.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/parallaction/objects.cpp') diff --git a/engines/parallaction/objects.cpp b/engines/parallaction/objects.cpp index f1309c6919..85e0215956 100644 --- a/engines/parallaction/objects.cpp +++ b/engines/parallaction/objects.cpp @@ -201,13 +201,9 @@ Zone::Zone() { // BRA specific _index = INVALID_ZONE_INDEX; _locationIndex = INVALID_LOCATION_INDEX; - _linkedName = 0; } Zone::~Zone() { -// printf("~Zone(%s)\n", _name); - - free(_linkedName); } void Zone::translate(int16 x, int16 y) { -- cgit v1.2.3