1
0
Fork 0

Merge branch 'durk/ai-atc' into next

This commit is contained in:
Tim Moore 2010-05-05 12:00:55 +02:00
commit e800461f8a

View file

@ -129,7 +129,7 @@ public:
void setLeg(int lg) { leg = lg;};
int getId() { return id;};
int getState() { return state;};
int setState(int s) { state = s;}
void setState(int s) { state = s;}
FGATCInstruction getInstruction() { return instruction;};
bool hasInstruction() { return instruction.hasInstruction(); };
void setPositionAndHeading(double lat, double lon, double hdg, double spd, double alt);