Fix system hang under linux.

svn-id: r30813
This commit is contained in:
Nicola Mettifogo 2008-02-06 19:50:45 +00:00
parent edab25743e
commit 4be7dac9c3

View File

@ -122,7 +122,10 @@ Zone::Zone() {
_label = 0;
memset(_name, 0, ZONENAME_LENGTH);
// BRA specific
_index = 0;
_linkedName = 0;
_linkedAnim = 0;
}
Zone::~Zone() {