Changeset - r25149:bed1d2602ea5
[Not reviewed]
master
0 1 0
Charles Pigott - 3 years ago 2021-04-10 12:44:17
charlespigott@googlemail.com
Fix #8956: Industry disaster news messages showed the wrong location (#8992)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/disaster_vehicle.cpp
Show inline comments
 
@@ -456,7 +456,7 @@ static bool DisasterTick_Aircraft(Disast
 
			DestructIndustry(i);
 

	
 
			SetDParam(0, i->town->index);
 
			AddTileNewsItem(news_message, NT_ACCIDENT, v->dest_tile);
 
			AddIndustryNewsItem(news_message, NT_ACCIDENT, i->index);
 
			if (_settings_client.sound.disaster) SndPlayTileFx(SND_12_EXPLOSION, i->location.tile);
 
		}
 
	} else if (v->current_order.GetDestination() == 0) {
0 comments (0 inline, 0 general)