1
0
Fork 0

ATIS: Slight tweak

Add a slight gap between the end of the time and the start of the weather
This commit is contained in:
Dave Luff 2010-12-31 00:12:11 +00:00
parent a746f08806
commit 1758c11889
2 changed files with 2 additions and 1 deletions

View 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 + ": ";

View file

@ -13,6 +13,7 @@ Q(Airbase)
Q(Junior)
Q(Celsius)
Q(wind)
Q(zulu)
Q(zulu_weather)
Q(Automated_weather_observation)
Q(weather)