1
0
Fork 0

Need to call Init() when initialising tower, otherwise bad things happen...

This commit is contained in:
daveluff 2003-03-11 23:41:03 +00:00
parent ac731cdd36
commit 034f224de7

View file

@ -451,6 +451,7 @@ void FGATCMgr::FreqSearch(int channel) {
t->SetData(&data); t->SetData(&data);
comm_atc_ptr[chan] = t; comm_atc_ptr[chan] = t;
t->SetDisplay(); t->SetDisplay();
t->Init();
atc_list.push_back(t); atc_list.push_back(t);
} }
} else if (comm_type[chan] == APPROACH) { } else if (comm_type[chan] == APPROACH) {