(svn r18597) -Fix (r17147)[FS#3395, FS#3396]: ChangeVehicleNews() did not update the news ticker.

This commit is contained in:
frosch
2009-12-21 21:14:40 +00:00
parent a87748df8a
commit 8d8bd3d45f
3 changed files with 15 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ static inline void AddIndustryNewsItem(StringID string, NewsSubtype subtype, Ind
void NewsLoop();
void InitNewsItemStructs();
extern NewsItem _statusbar_news_item;
extern const NewsItem *_statusbar_news_item;
extern bool _news_ticker_sound;
extern NewsTypeData _news_type_data[];