src/news_func.h
branchnoai
changeset 10294 7798ae816af8
parent 9826 9707ad4c9b60
child 10645 8cbdb511a674
equal deleted inserted replaced
10292:7856e972f8aa 10294:7798ae816af8
    12 void NewsLoop();
    12 void NewsLoop();
    13 void DrawNewsBorder(const Window *w);
    13 void DrawNewsBorder(const Window *w);
    14 void InitNewsItemStructs();
    14 void InitNewsItemStructs();
    15 
    15 
    16 extern NewsItem _statusbar_news_item;
    16 extern NewsItem _statusbar_news_item;
    17 extern uint32 _news_display_opt;
       
    18 extern bool _news_ticker_sound;
    17 extern bool _news_ticker_sound;
    19 
    18 
    20 extern const char *_news_display_name[NT_END];
    19 extern NewsTypeData _news_type_data[NT_END];
    21 
    20 
    22 /**
    21 /**
    23  * Delete a news item type about a vehicle
    22  * Delete a news item type about a vehicle
    24  * if the news item type is INVALID_STRING_ID all news about the vehicle get
    23  * if the news item type is INVALID_STRING_ID all news about the vehicle get
    25  * deleted
    24  * deleted