(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:
parent
340b0e632e
commit
666f0720ab
6 changed files with 13 additions and 13 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue