Need to call Init() when initialising tower, otherwise bad things happen...
This commit is contained in:
parent
ac731cdd36
commit
034f224de7
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue