try to fix yet another crash bug (don't worry, there's one for anybody!)
This commit is contained in:
parent
b303db13e3
commit
eadb480b31
1 changed files with 4 additions and 1 deletions
|
@ -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).
|
||||
*******************************************/
|
||||
|
||||
FGTower::FGTower() {
|
||||
FGTower::FGTower() :
|
||||
separateGround(true),
|
||||
ground(0)
|
||||
{
|
||||
ATCmgr = globals->get_ATC_mgr();
|
||||
|
||||
_type = TOWER;
|
||||
|
|
Loading…
Reference in a new issue