diff options
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r-- | src/station_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } /** |