]> git.mxchange.org Git - flightgear.git/commitdiff
Switch from bool to int for more deterministic structure packing.
authorcurt <curt>
Thu, 30 Dec 2004 20:49:31 +0000 (20:49 +0000)
committercurt <curt>
Thu, 30 Dec 2004 20:49:31 +0000 (20:49 +0000)
src/Network/net_gui.hxx

index acc35606f5f0e9d39966a6fc485b7d9157c8aeb2..80764091b965d38c8b8aa407d9515d58b906f4d4 100644 (file)
@@ -17,7 +17,7 @@
 #endif                                   
 
 
-const int FG_NET_GUI_VERSION = 4;
+const int FG_NET_GUI_VERSION = 5;
 
 
 // Define a structure containing the top level flight dynamics model
@@ -64,7 +64,7 @@ public:
     // Approach
     float tuned_freq;           // currently tuned frequency
     float nav_radial;           // target nav radial
-    bool in_range;              // tuned navaid is in range?
+    int 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