1
0
Fork 0

Minor tweaks.

This commit is contained in:
curt 2001-01-08 20:40:26 +00:00
parent 7a235abecd
commit 8a7e5eeaf2
2 changed files with 3 additions and 1 deletions

View 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");

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