]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_fdm.hxx
Update controls so we can specify each tank on/off individually. Also
[flightgear.git] / src / Network / net_fdm.hxx
index 2363f29285afb6c33574d7ab47ca9094dffcd92d..bb9728a3dab94b99fdd384ce9ccc576f8c6737c1 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <time.h> // time_t
 
-const int FG_NET_FDM_VERSION = 7;
+const int FG_NET_FDM_VERSION = 8;
 
 
 // Define a structure containing the top level flight dynamics model
@@ -51,7 +51,7 @@ public:
     enum {
         FG_MAX_ENGINES = 4,
         FG_MAX_WHEELS = 3,
-        FG_MAX_TANKS = 2
+        FG_MAX_TANKS = 4
     };
 
     // Positions