From 3957e262345cc2ed9668f8cbba3df7d4cc4dc82e Mon Sep 17 00:00:00 2001 From: mfranz Date: Fri, 10 Feb 2006 20:15:01 +0000 Subject: [PATCH] preliminary fix for the "golf foxtrot sierra follow the golf foxtrott sierra" problem; Of course, this needs to respect the /sim/user/callsign settings as a next step. --- src/ATC/AIMgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATC/AIMgr.cxx b/src/ATC/AIMgr.cxx index 0edc4738e..ea4e4e169 100644 --- a/src/ATC/AIMgr.cxx +++ b/src/ATC/AIMgr.cxx @@ -48,7 +48,7 @@ SG_USING_STD(cout); FGAIMgr::FGAIMgr() { ATC = globals->get_ATC_mgr(); initDone = false; - ai_callsigns_used["CFGFS"] = 1; // so we don't inadvertently use this + ai_callsigns_used["GFS"] = 1; // so we don't inadvertently use this // TODO - use the proper user callsign when it becomes user settable. removalList.clear(); activated.clear(); -- 2.39.5