From 222988603fd6f84f62a4ae9b626e4514d7a87f24 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 19 Apr 2008 12:50:02 +0000 Subject: (svn r12785) -Codechange: put all news-type related constants in the same array. Patch by cirdan. --- src/news_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/news_func.h') diff --git a/src/news_func.h b/src/news_func.h index 97797db88..bb4ea6e72 100644 --- a/src/news_func.h +++ b/src/news_func.h @@ -17,7 +17,7 @@ extern NewsItem _statusbar_news_item; extern uint32 _news_display_opt; extern bool _news_ticker_sound; -extern const char *_news_display_name[NT_END]; +extern const NewsTypeData _news_type_data[NT_END]; /** * Delete a news item type about a vehicle -- cgit v1.2.3-54-g00ecf