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:
parent
effecbd8ef
commit
3957e26234
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ SG_USING_STD(cout);
|
||||||
FGAIMgr::FGAIMgr() {
|
FGAIMgr::FGAIMgr() {
|
||||||
ATC = globals->get_ATC_mgr();
|
ATC = globals->get_ATC_mgr();
|
||||||
initDone = false;
|
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.
|
// TODO - use the proper user callsign when it becomes user settable.
|
||||||
removalList.clear();
|
removalList.clear();
|
||||||
activated.clear();
|
activated.clear();
|
||||||
|
|
Loading…
Add table
Reference in a new issue