mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Ref T709, added settings for lights and message box margins
This commit is contained in:
committed by
Mat Sutcliffe
parent
024360a5df
commit
6e90ec5c72
@@ -39,6 +39,8 @@ namespace BlackMisc
|
||||
IndexDBusServerAddress = CPropertyIndex::GlobalIndexCXSwiftBusSettings,
|
||||
IndexMaxPlanes,
|
||||
IndexDrawingLabels,
|
||||
IndexBundleTaxiLandingLights,
|
||||
IndexMessageBoxMargins,
|
||||
IndexMaxDrawingDistance,
|
||||
IndexFollowAircraftDistance,
|
||||
IndexNightTextureMode
|
||||
@@ -94,9 +96,11 @@ namespace BlackMisc
|
||||
BLACK_METACLASS(
|
||||
CXSwiftBusSettings,
|
||||
BLACK_METAMEMBER(dBusServerAddress),
|
||||
BLACK_METAMEMBER(msgBox),
|
||||
BLACK_METAMEMBER(nightTextureMode),
|
||||
BLACK_METAMEMBER(maxPlanes),
|
||||
BLACK_METAMEMBER(drawingLabels),
|
||||
BLACK_METAMEMBER(bundleTaxiLandingLights),
|
||||
BLACK_METAMEMBER(maxDrawDistanceNM),
|
||||
BLACK_METAMEMBER(followAircraftDistanceM),
|
||||
BLACK_METAMEMBER(timestampMSecsSinceEpoch, 0, DisabledForComparison | DisabledForHashing)
|
||||
|
||||
Reference in New Issue
Block a user