Modified Files:
navradio.cxx: Olaf Flebbe: Use bool for booleans.
This commit is contained in:
parent
4101e6791b
commit
9bb55e78be
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ FGNavRadio::update(double dt)
|
||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
// compute to/from flag status
|
// compute to/from flag status
|
||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
double value = false;
|
bool value = false;
|
||||||
double offset = fabs(radial - target_radial);
|
double offset = fabs(radial - target_radial);
|
||||||
if ( tofrom_serviceable ) {
|
if ( tofrom_serviceable ) {
|
||||||
if ( nav_slaved_to_gps_node->getBoolValue() ) {
|
if ( nav_slaved_to_gps_node->getBoolValue() ) {
|
||||||
|
|
Loading…
Reference in a new issue