From 2b459ebb3f606dbec6a1b9cc4d4908cda6bddcdf Mon Sep 17 00:00:00 2001 From: daveluff Date: Mon, 22 Sep 2003 23:55:46 +0000 Subject: [PATCH] Slightly more appropriate callsign for C-FGFS. These options still don't do anything at the moment mind! --- src/ATC/ATCDialog.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ATC/ATCDialog.cxx b/src/ATC/ATCDialog.cxx index 8b7670222..9566e1da6 100644 --- a/src/ATC/ATCDialog.cxx +++ b/src/ATC/ATCDialog.cxx @@ -45,7 +45,7 @@ ATCMenuEntry::ATCMenuEntry() { ATCMenuEntry::~ATCMenuEntry() { } -static char* t0 = "Request landing clearance"; +static char* t0 = "Contact tower for landing"; static char* t1 = "Request departure clearance"; static char* t2 = "Report Runway vacated"; static char** towerOptions = new char*[4]; @@ -121,15 +121,15 @@ static void ATCDialogOK (puObject *me) switch(atcDialogCommunicationOptions->getValue()) { case 0: //cout << "Option 0 chosen\n"; - twr->RequestLandingClearance("golf bravo echo"); + twr->RequestLandingClearance("charlie foxtrot sierra"); break; case 1: //cout << "Option 1 chosen\n"; - twr->RequestDepartureClearance("golf bravo echo"); + twr->RequestDepartureClearance("charlie foxtrot sierra"); break; case 2: //cout << "Option 2 chosen\n"; - twr->ReportRunwayVacated("golf bravo echo"); + twr->ReportRunwayVacated("charlie foxtrot sierra"); break; default: break; -- 2.39.5