1
0
Fork 0

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:
curt 2001-06-26 20:14:13 +00:00
parent af2a0da64c
commit 66280d99a9
3 changed files with 2 additions and 4 deletions

View file

@ -44,8 +44,6 @@
#include "newauto.hxx"
#define DEFAULT_AP_HEADING_LOCK FGAutopilot::FG_DG_HEADING_LOCK
FGAutopilot *current_autopilot;

View file

@ -211,5 +211,7 @@ public:
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

View file

@ -44,8 +44,6 @@ SG_USING_STD(istream);
SG_USING_STD(ostream);
#endif
#define DEFAULT_AP_HEADING_LOCK FGAutopilot::FG_DG_HEADING_LOCK
static double getWindNorth ();
static double getWindEast ();
static double getWindDown ();