]> git.mxchange.org Git - flightgear.git/commitdiff
Minor tweaks.
authorcurt <curt>
Mon, 8 Jan 2001 20:40:26 +0000 (20:40 +0000)
committercurt <curt>
Mon, 8 Jan 2001 20:40:26 +0000 (20:40 +0000)
src/Main/bfi.cxx
src/Main/options.cxx

index df341f056fad3c959be1289251b3001926ce42da..6e7761d638f8a3157af03dd4aa44cf61598b67d6 100644 (file)
@@ -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");
index 5ef61b76501cfe09ea23d4cf3781d3f353682e0b..857a07b5677514e1618274a64e502b725b14517e 100644 (file)
@@ -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> path is relative to the path of the executable" << endl;