]> git.mxchange.org Git - flightgear.git/commitdiff
Need to call Init() when initialising tower, otherwise bad things happen...
authordaveluff <daveluff>
Tue, 11 Mar 2003 23:41:03 +0000 (23:41 +0000)
committerdaveluff <daveluff>
Tue, 11 Mar 2003 23:41:03 +0000 (23:41 +0000)
src/ATC/ATCmgr.cxx

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