mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 18:25:42 +08:00
Ref T709, removed unused includes and style
This commit is contained in:
committed by
Mat Sutcliffe
parent
006fbc88ae
commit
97926eee26
@@ -146,7 +146,7 @@ namespace XSwiftBus
|
||||
|
||||
static CSettings *s_pluginSettings; //!< needs to be static for static functions
|
||||
|
||||
bool m_initialized = false;
|
||||
bool m_initialized = false;
|
||||
bool m_enabledMultiplayer = false;
|
||||
CTerrainProbe m_terrainProbe;
|
||||
|
||||
@@ -164,6 +164,7 @@ namespace XSwiftBus
|
||||
static int drawCallback(XPLMDrawingPhase phase, int isBefore, void *refcon);
|
||||
static int spaceKeySniffer(char character, XPLMKeyFlags flags, char virtualKey, void *refcon);
|
||||
|
||||
//! Remote aircraft
|
||||
struct Plane
|
||||
{
|
||||
void *id = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user