forked from mirror/OpenTTD
(svn r14307) -Fix: when deleting a station, remove news items regarding it
This commit is contained in:
@@ -411,7 +411,7 @@ static void ShowRejectOrAcceptNews(const Station *st, uint num_items, CargoID *c
|
||||
}
|
||||
|
||||
SetDParam(0, st->index);
|
||||
AddNewsItem(msg, NS_ACCEPTANCE, st->xy, 0);
|
||||
AddNewsItem(msg, NS_ACCEPTANCE, st->xy, st->index);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user