(svn r18597) -Fix (r17147)[FS#3395, FS#3396]: ChangeVehicleNews() did not update the news ticker.
This commit is contained in:
@@ -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[];
|
||||
|
Reference in New Issue
Block a user