From 1758c1188941e4db0858bfac6f4f936005e668c0 Mon Sep 17 00:00:00 2001 From: Dave Luff <daveluff@ntlworld.com> Date: Fri, 31 Dec 2010 00:12:11 +0000 Subject: [PATCH] ATIS: Slight tweak Add a slight gap between the end of the time and the start of the weather --- src/ATCDCL/atis.cxx | 2 +- src/ATCDCL/atis_lexicon.hxx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ATCDCL/atis.cxx b/src/ATCDCL/atis.cxx index 368c4ae88..26e7674a8 100644 --- a/src/ATCDCL/atis.cxx +++ b/src/ATCDCL/atis.cxx @@ -285,7 +285,7 @@ int FGATIS::GenTransmission(const int regen, const int special) { mins = time_str.substr(3,2).c_str(); // speak each digit separately: transmission += ConvertNumToSpokenDigits(hours + mins); - transmission += " " + zulu_weather + BRK; + transmission += " " + zulu + " " + weather + BRK; transmission += wind + ": "; diff --git a/src/ATCDCL/atis_lexicon.hxx b/src/ATCDCL/atis_lexicon.hxx index 9d4300d0b..2284f1f95 100644 --- a/src/ATCDCL/atis_lexicon.hxx +++ b/src/ATCDCL/atis_lexicon.hxx @@ -13,6 +13,7 @@ Q(Airbase) Q(Junior) Q(Celsius) Q(wind) +Q(zulu) Q(zulu_weather) Q(Automated_weather_observation) Q(weather)