From fa2a9854a45bc101aa14299563f8430548a6fcb0 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 3 Mar 2005 23:33:29 +0000 Subject: [PATCH] Revert last change. --- src/Network/net_ctrls.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Network/net_ctrls.hxx b/src/Network/net_ctrls.hxx index 1036b916e..6bb9461b0 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 = 25; +const int FG_NET_CTRLS_VERSION = 24; // Define a structure containing the control parameters @@ -69,7 +69,7 @@ public: // Fuel management 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 double brake_left;