mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +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()
|
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