1
0
Fork 0

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.
This commit is contained in:
mfranz 2006-02-10 20:15:01 +00:00
parent effecbd8ef
commit 3957e26234

View 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();