From 864fd40ee9814103a25bee7a3f87b95931a254fc Mon Sep 17 00:00:00 2001 From: durk Date: Thu, 14 Jun 2007 05:26:57 +0000 Subject: [PATCH] Alex Bory: TACAN has to search the new AI submode 'tanker'. --- src/Instrumentation/tacan.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Instrumentation/tacan.cxx b/src/Instrumentation/tacan.cxx index 602aa4fad..ecab85bcb 100755 --- a/src/Instrumentation/tacan.cxx +++ b/src/Instrumentation/tacan.cxx @@ -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 tanker = branch->getChildren("aircraft"); + vector tanker = branch->getChildren("tanker"); number = tanker.size();