X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fhud_tbi.cxx;h=0c96340d14bd9fe5a73fd87a1dcd70b80d415357;hb=5f134cdec82692e4a414af302a8f30c3825ebe64;hp=a602bcdb139ae18a8d3f791b0682fb693fd9d635;hpb=d1a9512c91b4560698f0539970175e35a1c7f40d;p=flightgear.git diff --git a/src/Cockpit/hud_tbi.cxx b/src/Cockpit/hud_tbi.cxx index a602bcdb1..0c96340d1 100644 --- a/src/Cockpit/hud_tbi.cxx +++ b/src/Cockpit/hud_tbi.cxx @@ -23,7 +23,7 @@ fgTBI_instr::fgTBI_instr(const SGPropertyNode *node) : node->getIntValue("height"), get_roll, // FIXME get_sideslip, - node->getBoolValue("working"), + node->getBoolValue("working", true), HUDS_TOP), BankLimit(int(node->getFloatValue("maxBankAngle"))), SlewLimit(int(node->getFloatValue("maxSlipAngle"))), @@ -33,7 +33,7 @@ fgTBI_instr::fgTBI_instr(const SGPropertyNode *node) : { SG_LOG(SG_INPUT, SG_INFO, "Done reading TBI instrument" - << node->getStringValue("name", "[NONE]")); + << node->getStringValue("name", "[unnamed]")); }