refs #196, fixed wrong inits with ModeS instead of StateStdby (Transponder)

This commit is contained in:
Klaus Basan
2014-03-27 01:55:19 +01:00
parent 2c5b84beb4
commit bbb4ddbaef
3 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ namespace BlackMisc
*/
void CAircraft::initTransponder()
{
CTransponder xpdr("TRANSPONDER", 7000, CTransponder::ModeS);
CTransponder xpdr("TRANSPONDER", 7000, CTransponder::StateStandby);
this->setTransponder(xpdr);
}