# 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
// 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;