Merge branch 'next' of git://gitorious.org/fg/flightgear into next
This commit is contained in:
commit
3f400bcd24
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ int FGATIS::GenTransmission(const int regen, const int special) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Convert to millibars for most of the world (not US, not CA)
|
// Convert to millibars for most of the world (not US, not CA)
|
||||||
if((!US_CA) || fgGetBool("/sim/atc/use-millibars")) {
|
if((!US_CA) && fgGetBool("/sim/atc/use-millibars")) {
|
||||||
transmission += QNH + ": ";
|
transmission += QNH + ": ";
|
||||||
myQNH /= mbar;
|
myQNH /= mbar;
|
||||||
if (myQNH > 1000) myQNH -= 1000; // drop high digit
|
if (myQNH > 1000) myQNH -= 1000; // drop high digit
|
||||||
|
|
Loading…
Add table
Reference in a new issue