Added initialization for _index and _locationIndex in Zone objects.

svn-id: r39723
This commit is contained in:
Nicola Mettifogo 2009-03-28 14:17:17 +00:00
parent a9f5340cba
commit f2d7875db6
3 changed files with 9 additions and 1 deletions

View file

@ -184,7 +184,8 @@ Zone::Zone() {
_label = 0;
// BRA specific
_index = 0;
_index = INVALID_ZONE_INDEX;
_locationIndex = INVALID_LOCATION_INDEX;
_linkedName = 0;
}