Minor tweaks.
This commit is contained in:
parent
7a235abecd
commit
8a7e5eeaf2
2 changed files with 3 additions and 1 deletions
|
@ -323,6 +323,7 @@ FGBFI::init ()
|
||||||
fgTie("/sim/view/axes/long", (double(*)())0, setViewAxisLong);
|
fgTie("/sim/view/axes/long", (double(*)())0, setViewAxisLong);
|
||||||
fgTie("/sim/view/axes/lat", (double(*)())0, setViewAxisLat);
|
fgTie("/sim/view/axes/lat", (double(*)())0, setViewAxisLat);
|
||||||
|
|
||||||
|
_altitude_countdown = 0;
|
||||||
_needReinit = false;
|
_needReinit = false;
|
||||||
|
|
||||||
FG_LOG(FG_GENERAL, FG_INFO, "Ending BFI init");
|
FG_LOG(FG_GENERAL, FG_INFO, "Ending BFI init");
|
||||||
|
|
|
@ -1152,8 +1152,9 @@ void FGOptions::usage ( void ) {
|
||||||
<< endl;
|
<< endl;
|
||||||
cout << "\t--speed=n: run the FDM this much faster than real time" << 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--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;
|
cout << endl;
|
||||||
|
|
||||||
//(UIUC)
|
//(UIUC)
|
||||||
cout <<"Aircraft model directory:" << endl;
|
cout <<"Aircraft model directory:" << endl;
|
||||||
cout <<"\t--aircraft-dir=<path> path is relative to the path of the executable" << endl;
|
cout <<"\t--aircraft-dir=<path> path is relative to the path of the executable" << endl;
|
||||||
|
|
Loading…
Add table
Reference in a new issue