Remove ATC tune in/out notification sound

Related to #156
This commit is contained in:
Lars Toenning
2023-11-07 21:13:58 +01:00
parent e2b5cfb4d6
commit e1cf40463f
8 changed files with 3 additions and 57 deletions

View File

@@ -31,8 +31,8 @@ namespace BlackMisc::Audio
NotificationTextMessageUnicom = 1 << 13,
NotificationTextCallsignMentioned = 1 << 5,
// 1 << 6 previously used for NoAudioTransmission
NotificationAtcTunedIn = 1 << 10,
NotificationAtcTunedOut = 1 << 11,
// 1 << 10 previously used for NotificationAtcTunedIn
// 1 << 11 previously used for NotificationAtcTunedOut
PTTClickKeyDown = 1 << 7,
PTTClickKeyUp = 1 << 8,
PTTBlocked = 1 << 9,