(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles/stations/industries are deleted.
This commit is contained in:
@@ -439,7 +439,7 @@ static void ShowRejectOrAcceptNews(const Station *st, uint num_items, CargoID *c
|
||||
}
|
||||
|
||||
SetDParam(0, st->index);
|
||||
AddNewsItem(msg, NS_ACCEPTANCE, st->xy, st->index);
|
||||
AddNewsItem(msg, NS_ACCEPTANCE, NR_STATION, st->index);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user