1
0
Fork 0

Whoops, type codes for localizers and ILSs were swapped in the nav.dat reader

This commit is contained in:
jmt 2009-06-11 22:54:51 +00:00 committed by Tim Moore
parent 86d1e4ea9d
commit 21a8522160

View file

@ -51,8 +51,8 @@ mapRobinTypeToFGPType(int aTy)
// case 1:
case 2: return FGPositioned::NDB;
case 3: return FGPositioned::VOR;
case 4: return FGPositioned::LOC;
case 5: return FGPositioned::ILS;
case 4: return FGPositioned::ILS;
case 5: return FGPositioned::LOC;
case 6: return FGPositioned::GS;
case 12:
case 13: return FGPositioned::DME;