(svn r15830) -Codechange: don't use fixed size of array in news_gui.cpp and news_func.h

This commit is contained in:
smatz
2009-03-23 11:48:05 +00:00
parent 4bfcb07bca
commit ce4f598cf5
3 changed files with 10 additions and 6 deletions

View File

@@ -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