]> git.mxchange.org Git - flightgear.git/commit
Bug #927 - flightplan XML loading.
authorJames Turner <zakalawe@mac.com>
Tue, 27 Nov 2012 22:42:46 +0000 (22:42 +0000)
committerJames Turner <zakalawe@mac.com>
Tue, 27 Nov 2012 22:42:46 +0000 (22:42 +0000)
commit6434163e650ef1be340de596e87493264f72c6fc
tree82e8d388f99a1d565929a603d04b29c2ec007203
parentfe1d04df8a04ec6ab95335df35b96dbf67f13252
Bug #927 - flightplan XML loading.

This bug was caused by the code not tolerating missing navaids / waypoints. Update logic so missing navaids degenerate to basic waypoints without problem. Also tolerate present, but empty, runway properties - don't throw an exception by looking up empty identifiers.
src/Navaids/FlightPlan.cxx
src/Navaids/route.cxx