]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/AV400WSim.hxx
Interim windows build fix
[flightgear.git] / src / Network / AV400WSim.hxx
index 3ff7a4190618ed91b41cffbbfac53aa9df16bbda..e79b562c49d8e5142d676af90fc59ae46797a67f 100644 (file)
@@ -88,14 +88,13 @@ class FGAV400WSimB : public FGProtocol {
     string val;
     string sbas_sel;
     bool req_hostid;
-    bool req_raimap;
     bool req_sbas;
     int outputctr;
 
     FlightProperties* fdm;
     
     static const int SOM_SIZE = 2;
-    static const int DEG_TO_MILLIARCSECS = ( 60.0 * 60.0 * 1000 );
+    static const int DEG_TO_MILLIARCSECS = ( 60 * 60 * 1000 );
     
     // Flight Phases
     static const int PHASE_OCEANIC  =   4;