]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/marker_beacon.hxx
Projection matrix and texture size should be coherent
[flightgear.git] / src / Instrumentation / marker_beacon.hxx
index 3577282379475506d069f636dc7f84efd343a21e..cb82eea5caab42692ce10f47cad6f7ad5086e2b2 100644 (file)
@@ -52,6 +52,7 @@ class FGMarkerBeacon : public SGSubsystem
     SGPropertyNode_ptr bus_power;
     SGPropertyNode_ptr power_btn;
     SGPropertyNode_ptr audio_btn;
+    SGPropertyNode_ptr audio_vol;
     SGPropertyNode_ptr serviceable;
     SGPropertyNode_ptr sound_pause;
 
@@ -75,10 +76,10 @@ class FGMarkerBeacon : public SGSubsystem
 public:
 
     enum fgMkrBeacType {
-       NOBEACON = 0,
-       INNER,
-       MIDDLE,
-       OUTER   
+        NOBEACON = 0,
+        INNER,
+        MIDDLE,
+        OUTER
     };
 
     FGMarkerBeacon(SGPropertyNode *node);