From: mfranz Date: Fri, 10 Feb 2006 20:15:01 +0000 (+0000) Subject: preliminary fix for the "golf foxtrot sierra follow the golf foxtrott sierra" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3957e262345cc2ed9668f8cbba3df7d4cc4dc82e;p=flightgear.git 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. --- 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();