mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
Send distance if own aircraft has been moved
This commit is contained in:
committed by
Mat Sutcliffe
parent
8278a7d5e6
commit
668659248e
@@ -104,7 +104,7 @@ namespace BlackCore
|
||||
void changedPilot(const BlackMisc::Network::CUser &pilot);
|
||||
|
||||
//! Aircraft has been moved from one location to another (changed scenery)
|
||||
void movedAircraft();
|
||||
void movedAircraft(const BlackMisc::PhysicalQuantities::CLength &distance);
|
||||
|
||||
//! Just airborne
|
||||
void isTakingOff();
|
||||
|
||||
Reference in New Issue
Block a user