Missed a cout
This commit is contained in:
parent
70cd48b5b1
commit
9d3d4ecc51
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ void FGApproach::Update(double dt) {
|
|||
else tpars.VDir = 2;
|
||||
tpars.alt = planes[i].aalt;
|
||||
message = current_transmissionlist->gen_text(station, code, tpars, true );
|
||||
cout << message << '\n';
|
||||
//cout << message << '\n';
|
||||
globals->get_ATC_display()->RegisterSingleMessage( message, 0 );
|
||||
planes[i].lmc = code;
|
||||
planes[i].tlm = etime_node->getDoubleValue();
|
||||
|
|
Loading…
Reference in a new issue