Moved DEFAULT_AP_HEADING_LOCK to newauto.hxx
it was defined in both fg_props.cxx and newauto.cxx This is I believe where it belongs. (NHV)
This commit is contained in:
parent
af2a0da64c
commit
66280d99a9
3 changed files with 2 additions and 4 deletions
|
@ -44,8 +44,6 @@
|
||||||
#include "newauto.hxx"
|
#include "newauto.hxx"
|
||||||
|
|
||||||
|
|
||||||
#define DEFAULT_AP_HEADING_LOCK FGAutopilot::FG_DG_HEADING_LOCK
|
|
||||||
|
|
||||||
FGAutopilot *current_autopilot;
|
FGAutopilot *current_autopilot;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -211,5 +211,7 @@ public:
|
||||||
|
|
||||||
extern FGAutopilot *current_autopilot;
|
extern FGAutopilot *current_autopilot;
|
||||||
|
|
||||||
|
#define DEFAULT_AP_HEADING_LOCK FGAutopilot::FG_DG_HEADING_LOCK
|
||||||
|
// #define DEFAULT_AP_HEADING_LOCK FGAutopilot::FG_TRUE_HEADING_LOCK
|
||||||
|
|
||||||
#endif // _NEWAUTO_HXX
|
#endif // _NEWAUTO_HXX
|
||||||
|
|
|
@ -44,8 +44,6 @@ SG_USING_STD(istream);
|
||||||
SG_USING_STD(ostream);
|
SG_USING_STD(ostream);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DEFAULT_AP_HEADING_LOCK FGAutopilot::FG_DG_HEADING_LOCK
|
|
||||||
|
|
||||||
static double getWindNorth ();
|
static double getWindNorth ();
|
||||||
static double getWindEast ();
|
static double getWindEast ();
|
||||||
static double getWindDown ();
|
static double getWindDown ();
|
||||||
|
|
Loading…
Reference in a new issue