Re: [Flightgear-devel] Problem in tg-cs priorities.cxx (and clipper.cxx)

2010-10-12 Thread Curtis Olson
For what it's worth, this looks like an area of the code that has been substantially reworked since the tg-cs fork was created. Regards, Curt. On Tue, Oct 12, 2010 at 12:02 PM, Geoff McLane wrote: > Hi, > > In priorities.cxx, the function is written as - > > static area_type_descriptor& get_ar

[Flightgear-devel] Problem in tg-cs priorities.cxx (and clipper.cxx)

2010-10-12 Thread Geoff McLane
Hi, In priorities.cxx, the function is written as - static area_type_descriptor& get_area_descriptor( AreaType area ) { if ( 0<=area || area < area_types.size() ) { return area_types[area]; } else { SG_LOG(SG_GENERAL, SG_ALERT, "unknown area code = " << (int)area); exit(-1