]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/mrg.hxx
Csaba HALASZ & Syd ADAMS: make radar font configurable
[flightgear.git] / src / Instrumentation / mrg.hxx
index b10f653ce61ff13c63157240e9bfa3d4622d9cfb..a12df8aaf9820aad7ba8b2544dbb67470abc5230 100644 (file)
@@ -25,7 +25,6 @@
  * /instrumentation/"name"/tumble-norm
  * /orientation/pitch-deg
  * /orientation/roll-deg
- * "vacuum-system"/suction-inhg
  *
  * Output properties:
  *
@@ -50,8 +49,8 @@ public:
 
 private:
 
-    string name;
-    int num;
+    string _name;
+    int _num;
 
     double _last_roll;
     double _last_pitch;