]> git.mxchange.org Git - flightgear.git/commitdiff
ATIS: Slight tweak
authorDave Luff <daveluff@ntlworld.com>
Fri, 31 Dec 2010 00:12:11 +0000 (00:12 +0000)
committerDave Luff <daveluff@ntlworld.com>
Fri, 31 Dec 2010 00:15:17 +0000 (00:15 +0000)
Add a slight gap between the end of the time and the start of the weather

src/ATCDCL/atis.cxx
src/ATCDCL/atis_lexicon.hxx

index 368c4ae88863e102c8c77d463c54575b31ae11cf..26e7674a80b2a08c54317247951f3f6c2df223c1 100644 (file)
@@ -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 + ": ";
 
index 9d4300d0be75702fd69e59307e8fd5100f53cbdd..2284f1f95fec913f0746537287e7252c3bba8a33 100644 (file)
@@ -13,6 +13,7 @@ Q(Airbase)
 Q(Junior)
 Q(Celsius)
 Q(wind)
+Q(zulu)
 Q(zulu_weather)
 Q(Automated_weather_observation)
 Q(weather)