1
0
Fork 0

try to fix yet another crash bug (don't worry, there's one for anybody!)

This commit is contained in:
mfranz 2007-10-27 19:16:39 +00:00
parent b303db13e3
commit eadb480b31

View file

@ -190,7 +190,10 @@ FGTower::RemoveAllUserDialogOptions() really ought to be replaced by an ATCDialo
At the moment planes in the lists are not guaranteed to always have a sensible ETA - it should be set as part of AddList functions, and lists should only be accessed this way. (FAIRLY MAJOR). At the moment planes in the lists are not guaranteed to always have a sensible ETA - it should be set as part of AddList functions, and lists should only be accessed this way. (FAIRLY MAJOR).
*******************************************/ *******************************************/
FGTower::FGTower() { FGTower::FGTower() :
separateGround(true),
ground(0)
{
ATCmgr = globals->get_ATC_mgr(); ATCmgr = globals->get_ATC_mgr();
_type = TOWER; _type = TOWER;