]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_ctrls.hxx
Switch from bool to int for more deterministic structure packing.
[flightgear.git] / src / Network / net_ctrls.hxx
index cc6ae5af9e3b4d0490c138e28f6ba224c8c1b112..1508b7ac56500d30781ddba989f165f2ca793e41 100644 (file)
@@ -16,7 +16,7 @@
 # error This library requires C++
 #endif                                   
 
-const int FG_NET_CTRLS_VERSION = 22;
+const int FG_NET_CTRLS_VERSION = 23;
 
 
 // Define a structure containing the control parameters
@@ -71,6 +71,8 @@ public:
     // Brake controls
     double brake_left;
     double brake_right;
+    double copilot_brake_left;
+    double copilot_brake_right;
     double brake_parking;
     
     // Landing Gear