mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
MS & KB workshop: removed CAvionicsBase.
This commit is contained in:
@@ -155,7 +155,7 @@ namespace BlackMisc
|
||||
|
||||
void CAircraft::initTransponder()
|
||||
{
|
||||
CTransponder xpdr("TRANSPONDER", 7000, CTransponder::StateStandby);
|
||||
CTransponder xpdr(7000, CTransponder::StateStandby);
|
||||
this->setTransponder(xpdr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user