Added initialization for _index and _locationIndex in Zone objects.
svn-id: r39723
This commit is contained in:
parent
a9f5340cba
commit
f2d7875db6
3 changed files with 9 additions and 1 deletions
|
@ -184,7 +184,8 @@ Zone::Zone() {
|
|||
_label = 0;
|
||||
|
||||
// BRA specific
|
||||
_index = 0;
|
||||
_index = INVALID_ZONE_INDEX;
|
||||
_locationIndex = INVALID_LOCATION_INDEX;
|
||||
_linkedName = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue