]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_fdm.hxx
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Network / net_fdm.hxx
index 5ba8603c8d7c0b62c0e2ff3f437d043b3a0f12c9..d9c0f33dd065e88f183ae6c93a6b61249fcb8546 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <time.h> // time_t
 
-const int FG_NET_FDM_VERSION = 16;
+const int FG_NET_FDM_VERSION = 17;
 
 
 // Define a structure containing the top level flight dynamics model
@@ -105,6 +105,7 @@ public:
 
     // Control surface positions (normalized values)
     float elevator;
+    float elevator_trim_tab;
     float flaps;
     float left_aileron;
     float right_aileron;