From a8c88f43b678b6d44e1fb4f78a51cdb7fb08a8aa Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 26 May 2012 14:16:03 +0000 Subject: (svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and NewsFlag instead. --- 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 5a56d7a45..e3e4d27b2 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -442,7 +442,7 @@ static void ShowRejectOrAcceptNews(const Station *st, uint num_items, CargoID *c } SetDParam(0, st->index); - AddNewsItem(msg, NS_ACCEPTANCE, NR_STATION, st->index); + AddNewsItem(msg, NT_ACCEPTANCE, NF_INCOLOUR | NF_SMALL, NR_STATION, st->index); } /** -- cgit v1.2.3-70-g09d2