1
0
Fork 0

Revert last change.

This commit is contained in:
curt 2005-03-03 23:33:29 +00:00
parent 85509fff03
commit fa2a9854a4

View file

@ -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;