(Re)link bounding animations after location has been completely parsed. This avoids problems due to forward references.

svn-id: r39740
This commit is contained in:
Nicola Mettifogo 2009-03-29 13:56:16 +00:00
parent 340b0e632e
commit 666f0720ab
6 changed files with 13 additions and 13 deletions

View file

@ -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) {