File diff r26057:894e7f38a1bf → r26058:9afbed473ec3
src/news_type.h
Show inline comments
 
@@ -19,12 +19,13 @@
 
 * Type of news.
 
 */
 
enum NewsType {
 
	NT_ARRIVAL_COMPANY, ///< First vehicle arrived for company
 
	NT_ARRIVAL_OTHER,   ///< First vehicle arrived for competitor
 
	NT_ACCIDENT,        ///< An accident or disaster has occurred
 
	NT_ACCIDENT_OTHER,  ///< An accident or disaster has occurred
 
	NT_COMPANY_INFO,    ///< Company info (new companies, bankruptcy messages)
 
	NT_INDUSTRY_OPEN,   ///< Opening of industries
 
	NT_INDUSTRY_CLOSE,  ///< Closing of industries
 
	NT_ECONOMY,         ///< Economic changes (recession, industry up/dowm)
 
	NT_INDUSTRY_COMPANY,///< Production changes of industry serviced by local company
 
	NT_INDUSTRY_OTHER,  ///< Production changes of industry serviced by competitor(s)