From a4557c7da4329188e3561d9404891c0346f8f70e Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 24 May 2009 16:52:42 +0000 Subject: (svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles/stations/industries are deleted. --- src/station_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 9a0f5f187..5e66232dc 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -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); } /** -- cgit v1.2.3-54-g00ecf