mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #196, fixed wrong inits with ModeS instead of StateStdby (Transponder)
This commit is contained in:
@@ -81,7 +81,7 @@ namespace BlackMisc
|
||||
*/
|
||||
void CAircraft::initTransponder()
|
||||
{
|
||||
CTransponder xpdr("TRANSPONDER", 7000, CTransponder::ModeS);
|
||||
CTransponder xpdr("TRANSPONDER", 7000, CTransponder::StateStandby);
|
||||
this->setTransponder(xpdr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user