summaryrefslogtreecommitdiff
path: root/src/news_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-19 12:50:02 +0000
committerrubidium <rubidium@openttd.org>2008-04-19 12:50:02 +0000
commit222988603fd6f84f62a4ae9b626e4514d7a87f24 (patch)
tree2a67de4cb8e5e459437c6aee723aacba825c22e8 /src/news_func.h
parent161b58863144b9677ce8d8cdce0f23be33ddab49 (diff)
downloadopenttd-222988603fd6f84f62a4ae9b626e4514d7a87f24.tar.xz
(svn r12785) -Codechange: put all news-type related constants in the same array. Patch by cirdan.
Diffstat (limited to 'src/news_func.h')
-rw-r--r--src/news_func.h2
1 files changed, 1 insertions, 1 deletions
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