mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Enabled coordinate classes for DBus, added generation method for lat/lng by WGS84 strings
This commit is contained in:
@@ -95,7 +95,7 @@ void CMultiPlayer::addPlane(CPlane *plane)
|
||||
|
||||
void CMultiPlayer::removePlane(CPlane *plane)
|
||||
{
|
||||
qint32 id;
|
||||
qint32 id = 0;
|
||||
m_simulator->removePlane(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user