mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Ref T397, Ref T297 VATSIM default is sending parts only
This commit is contained in:
@@ -68,7 +68,7 @@ namespace BlackMisc
|
|||||||
|
|
||||||
const CFsdSetup &CFsdSetup::vatsimStandard()
|
const CFsdSetup &CFsdSetup::vatsimStandard()
|
||||||
{
|
{
|
||||||
static const CFsdSetup s(AllWithoutGnd);
|
static const CFsdSetup s(AllParts);
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ namespace BlackMisc
|
|||||||
AllSending = SendAircraftParts | SendInterimPositions | SendGndFlag, //!< all out
|
AllSending = SendAircraftParts | SendInterimPositions | SendGndFlag, //!< all out
|
||||||
AllReceive = ReceiveAircraftParts | ReceiveInterimPositions | ReceiveGndFlag, //!< all in
|
AllReceive = ReceiveAircraftParts | ReceiveInterimPositions | ReceiveGndFlag, //!< all in
|
||||||
All = AllReceive | AllSending, //!< all
|
All = AllReceive | AllSending, //!< all
|
||||||
|
AllParts = SendAircraftParts | ReceiveAircraftParts, //!< send/receive parts
|
||||||
AllSendingWithoutGnd = SendAircraftParts | SendInterimPositions, //!< all out, but no gnd.flag
|
AllSendingWithoutGnd = SendAircraftParts | SendInterimPositions, //!< all out, but no gnd.flag
|
||||||
AllReceiveWithoutGnd = ReceiveAircraftParts | ReceiveInterimPositions, //!< all in, but no gnd.flag
|
AllReceiveWithoutGnd = ReceiveAircraftParts | ReceiveInterimPositions, //!< all in, but no gnd.flag
|
||||||
AllWithoutGnd = AllReceiveWithoutGnd | AllSendingWithoutGnd //!< all, but no gnd.flag
|
AllWithoutGnd = AllReceiveWithoutGnd | AllSendingWithoutGnd //!< all, but no gnd.flag
|
||||||
|
|||||||
Reference in New Issue
Block a user