Output message tweaking.
This commit is contained in:
parent
2becdb2747
commit
2adc0b8d12
1 changed files with 4 additions and 1 deletions
|
@ -562,7 +562,7 @@ int fgLaRCsimUpdate(fgFLIGHT *f, int multiloop) {
|
||||||
//Insertion by Jeff Goeke-Smith for Autopilot.
|
//Insertion by Jeff Goeke-Smith for Autopilot.
|
||||||
|
|
||||||
// run Autopilot system
|
// run Autopilot system
|
||||||
fgPrintf( FG_ALL, FG_BULK,"Attempting autopilot run\n");
|
// fgPrintf( FG_ALL, FG_BULK, "Attempting autopilot run\n");
|
||||||
|
|
||||||
fgAPRun();
|
fgAPRun();
|
||||||
|
|
||||||
|
@ -934,6 +934,9 @@ int fgLaRCsim_2_Flight (fgFLIGHT *f) {
|
||||||
/* Flight Gear Modification Log
|
/* Flight Gear Modification Log
|
||||||
*
|
*
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.19 1998/05/11 18:17:28 curt
|
||||||
|
* Output message tweaking.
|
||||||
|
*
|
||||||
* Revision 1.18 1998/04/21 16:59:38 curt
|
* Revision 1.18 1998/04/21 16:59:38 curt
|
||||||
* Integrated autopilot.
|
* Integrated autopilot.
|
||||||
* Prepairing for C++ integration.
|
* Prepairing for C++ integration.
|
||||||
|
|
Loading…
Reference in a new issue