mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
[FG] Fix compiler warning
This commit is contained in:
committed by
Mat Sutcliffe
parent
469a057a86
commit
38a7542265
@@ -236,7 +236,7 @@ namespace BlackSimPlugin
|
||||
void resetFlightgearData()
|
||||
{
|
||||
m_flightgearData = { "", "", 0, 0, 0, 0, 0, 0, 0, false, 122800, 122800, 122800, 122800, 2000, 0, false, false, false, false,
|
||||
false, false, 0, 0, {}, 0.0, 0.0
|
||||
false, false, 0, 0, {}, 0.0, 0.0, 0.0
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user