ATIS: Slight tweak
Add a slight gap between the end of the time and the start of the weather
This commit is contained in:
parent
a746f08806
commit
1758c11889
2 changed files with 2 additions and 1 deletions
|
@ -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 + ": ";
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ Q(Airbase)
|
|||
Q(Junior)
|
||||
Q(Celsius)
|
||||
Q(wind)
|
||||
Q(zulu)
|
||||
Q(zulu_weather)
|
||||
Q(Automated_weather_observation)
|
||||
Q(weather)
|
||||
|
|
Loading…
Add table
Reference in a new issue