diff --git a/src/Network/net_ctrls.hxx b/src/Network/net_ctrls.hxx index 6bb9461b0..1036b916e 100644 --- a/src/Network/net_ctrls.hxx +++ b/src/Network/net_ctrls.hxx @@ -17,7 +17,7 @@ # error This library requires C++ #endif -const int FG_NET_CTRLS_VERSION = 24; +const int FG_NET_CTRLS_VERSION = 25; // Define a structure containing the control parameters @@ -69,7 +69,7 @@ public: // Fuel management int num_tanks; // number of valid tanks - bool fuel_selector[FG_MAX_TANKS]; // false = off, true = on + int fuel_selector[FG_MAX_TANKS]; // false = off, true = on // Brake controls double brake_left;