]> git.mxchange.org Git - flightgear.git/commitdiff
preliminary fix for the "golf foxtrot sierra follow the golf foxtrott sierra"
authormfranz <mfranz>
Fri, 10 Feb 2006 20:15:01 +0000 (20:15 +0000)
committermfranz <mfranz>
Fri, 10 Feb 2006 20:15:01 +0000 (20:15 +0000)
problem; Of course, this needs to respect the /sim/user/callsign settings
as a next step.

src/ATC/AIMgr.cxx

index 0edc4738efa4f6f21c76af3be1052ebaa72bafe9..ea4e4e16905600689abe96af6c5dc17c14927bb1 100644 (file)
@@ -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();