refs #276 fixed invalid radio frequencies in default X-Plane data

This commit is contained in:
Mathew Sutcliffe
2014-06-19 01:57:23 +01:00
parent fb2af10bb3
commit 0ca7c76932

View File

@@ -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 };
} }
}; };