From: curt Date: Mon, 8 Jan 2001 20:40:26 +0000 (+0000) Subject: Minor tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8a7e5eeaf2d7bc923437c7d0dee74f99ab3d8a8d;p=flightgear.git Minor tweaks. --- diff --git a/src/Main/bfi.cxx b/src/Main/bfi.cxx index df341f056..6e7761d63 100644 --- a/src/Main/bfi.cxx +++ b/src/Main/bfi.cxx @@ -323,6 +323,7 @@ FGBFI::init () fgTie("/sim/view/axes/long", (double(*)())0, setViewAxisLong); fgTie("/sim/view/axes/lat", (double(*)())0, setViewAxisLat); + _altitude_countdown = 0; _needReinit = false; FG_LOG(FG_GENERAL, FG_INFO, "Ending BFI init"); diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 5ef61b765..857a07b56 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -1152,8 +1152,9 @@ void FGOptions::usage ( void ) { << endl; cout << "\t--speed=n: run the FDM this much faster than real time" << endl; cout << "\t--notrim: Do NOT attempt to trim the model when initializing JSBsim" << endl; - cout << "\t--wind=degrees@knots: specify a wind component." << endl; + cout << "\t--wind=DIR@SPEED: specify wind coming from DIR (degrees) at SPEED (knots)" << endl; cout << endl; + //(UIUC) cout <<"Aircraft model directory:" << endl; cout <<"\t--aircraft-dir= path is relative to the path of the executable" << endl;