mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #276 fixed invalid radio frequencies in default X-Plane data
This commit is contained in:
@@ -108,7 +108,7 @@ namespace BlackSimPlugin
|
||||
|
||||
void resetData()
|
||||
{
|
||||
m_xplaneData = { "", "", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, false };
|
||||
m_xplaneData = { "", "", 0, 0, 0, 0, 0, 0, 0, 122800, 122800, 122800, 122800, 2000, 0, false };
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user