From 2426f5342f7d02e4c7a486123fb1f1eda6d556ad Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 28 Mar 2008 08:53:36 +0000 Subject: (svn r12459) -Codechange: split news.h into news_type.h and news_func.h. --- src/order_cmd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/order_cmd.cpp') diff --git a/src/order_cmd.cpp b/src/order_cmd.cpp index 2085fb1f9..b968a2852 100644 --- a/src/order_cmd.cpp +++ b/src/order_cmd.cpp @@ -11,7 +11,7 @@ #include "command_func.h" #include "station.h" #include "player_func.h" -#include "news.h" +#include "news_func.h" #include "saveload.h" #include "vehicle_gui.h" #include "cargotype.h" @@ -1135,7 +1135,7 @@ void CheckOrders(const Vehicle* v) SetDParam(0, v->unitnumber); AddNewsItem( message, - NEWS_FLAGS(NM_SMALL, NF_VIEWPORT | NF_VEHICLE, NT_ADVICE, 0), + NM_SMALL, NF_VIEWPORT | NF_VEHICLE, NT_ADVICE, DNC_NONE, v->index, 0 ); -- cgit v1.2.3-54-g00ecf