diff --git a/src/news.h b/src/news.h --- a/src/news.h +++ b/src/news.h @@ -35,6 +35,7 @@ enum NewsType { NT_ARRIVAL_OTHER, NT_ACCIDENT, NT_COMPANY_INFO, + NT_OPENCLOSE, NT_ECONOMY, NT_ADVICE, NT_NEW_VEHICLES, @@ -44,6 +45,8 @@ enum NewsType { NT_END, }; +extern const char *_news_display_name[NT_END]; + enum NewsMode { NM_SMALL = 0, ///< Show only a small popup informing us about vehicle age for example NM_NORMAL = 1, ///< Show a simple news message (height 170 pixels)