Revert last change.
This commit is contained in:
parent
85509fff03
commit
fa2a9854a4
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
# error This library requires C++
|
# error This library requires C++
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const int FG_NET_CTRLS_VERSION = 25;
|
const int FG_NET_CTRLS_VERSION = 24;
|
||||||
|
|
||||||
|
|
||||||
// Define a structure containing the control parameters
|
// Define a structure containing the control parameters
|
||||||
|
@ -69,7 +69,7 @@ public:
|
||||||
|
|
||||||
// Fuel management
|
// Fuel management
|
||||||
int num_tanks; // number of valid tanks
|
int num_tanks; // number of valid tanks
|
||||||
int fuel_selector[FG_MAX_TANKS]; // false = off, true = on
|
bool fuel_selector[FG_MAX_TANKS]; // false = off, true = on
|
||||||
|
|
||||||
// Brake controls
|
// Brake controls
|
||||||
double brake_left;
|
double brake_left;
|
||||||
|
|
Loading…
Reference in a new issue