Whoops, type codes for localizers and ILSs were swapped in the nav.dat reader
This commit is contained in:
parent
86d1e4ea9d
commit
21a8522160
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue