1
0
Fork 0

Alex Bory: TACAN has to search the new AI submode 'tanker'.

This commit is contained in:
durk 2007-06-14 05:26:57 +00:00
parent d0550441bb
commit 864fd40ee9

View file

@ -337,7 +337,7 @@ TACAN::search (double frequency_mhz, double longitude_rad,
SG_LOG( SG_INSTR, SG_DEBUG, "tanker transmitter valid start " << _mobile_valid );
SGPropertyNode * branch = fgGetNode("ai/models", true);
vector<SGPropertyNode_ptr> tanker = branch->getChildren("aircraft");
vector<SGPropertyNode_ptr> tanker = branch->getChildren("tanker");
number = tanker.size();