summaryrefslogtreecommitdiff
path: root/src/news_func.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-03-23 11:48:05 +0000
committersmatz <smatz@openttd.org>2009-03-23 11:48:05 +0000
commitc299bac5be4e5c1cd00f6218f7507a78479dcecc (patch)
tree3a2f4cbf8f42be535eaf63539c41f5958f7bc827 /src/news_func.h
parentc91f965f0831867e9b971c119da11aed6c37077e (diff)
downloadopenttd-c299bac5be4e5c1cd00f6218f7507a78479dcecc.tar.xz
(svn r15830) -Codechange: don't use fixed size of array in news_gui.cpp and news_func.h
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 40391fdba..64edf636b 100644
--- a/src/news_func.h
+++ b/src/news_func.h
@@ -16,7 +16,7 @@ void InitNewsItemStructs();
extern NewsItem _statusbar_news_item;
extern bool _news_ticker_sound;
-extern NewsTypeData _news_type_data[NT_END];
+extern NewsTypeData _news_type_data[];
/**
* Delete a news item type about a vehicle