mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T298, improved/fixed re-matching (match all aircraft again)
- reset to network model (otherwise we match "matched model" -> "matched model") - renamed/added functions doMtachingAgain/doMatchinsAgain in contexts
This commit is contained in:
@@ -390,6 +390,9 @@ namespace BlackMisc
|
||||
//! Set network model
|
||||
void setNetworkModel(const CAircraftModel &model);
|
||||
|
||||
//! Reset to the newtork model
|
||||
bool resetToNetworkModel();
|
||||
|
||||
//! Set the center of gravity
|
||||
bool setCG(const PhysicalQuantities::CLength &cg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user