]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_gui.hxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Network / net_gui.hxx
index 79f9f3b5a5d892083cee58cfa2cf54af7757f616..d99735a3ed5b77453ebaf50e0c28a9fe93474f5f 100644 (file)
@@ -31,7 +31,7 @@
 #endif                                   
 
 
-const int FG_NET_GUI_VERSION = 2;
+const int FG_NET_GUI_VERSION = 3;
 
 
 // Define a structure containing the top level flight dynamics model
@@ -75,6 +75,9 @@ public:
     long int warp;              // offset in seconds to unix time
 
     // Approach
+    float tuned_freq;           // currently tuned frequency
+    float nav_radial;           // target nav radial
+    bool in_range;              // tuned navaid is in range?
     float dist_nm;              // distance to tuned navaid in nautical miles
     float course_deviation_deg; // degrees off target course
     float gs_deviation_deg;     // degrees off target glide slope