Fix 10NM Rc value
This commit is contained in:
parent
d5eccc30a4
commit
7749316540
1 changed files with 1 additions and 1 deletions
2
track.c
2
track.c
|
@ -765,7 +765,7 @@ static unsigned compute_rc(unsigned metype, unsigned version, unsigned nic_a, un
|
|||
return 14816; // 8NM
|
||||
}
|
||||
} else {
|
||||
return 18510; // 10NM
|
||||
return 18520; // 10NM
|
||||
}
|
||||
|
||||
case 17: // airborne
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue