mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T578, allow to search gliders in parallel branch
* utility functions * logs * fixed returning wrong result
This commit is contained in:
committed by
Mat Sutcliffe
parent
b13035b3f9
commit
f54d85dfbc
@@ -53,8 +53,8 @@ namespace BlackMisc
|
||||
//! Get the glider top level
|
||||
int gliderFirstLevel() const;
|
||||
|
||||
Aviation::CAircraftCategoryList m_all;
|
||||
Aviation::CAircraftCategoryList m_gliders;
|
||||
Aviation::CAircraftCategoryList m_all; //!< sorted by level
|
||||
Aviation::CAircraftCategoryList m_gliders; //!< sorted by level
|
||||
Aviation::CAircraftCategoryList m_militaryWingAircraft;
|
||||
Aviation::CAircraftCategoryList m_militaryRotorAircraft;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user