summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-05-26 14:15:46 +0000
committerfrosch <frosch@openttd.org>2012-05-26 14:15:46 +0000
commitc796801c4d6c87c554e84312b1c3afd866e0e49c (patch)
tree591a8966fdacb5f7025b7fe0fb2f4b7094e30dbe /src/news_type.h
parent806e5f33d4daa7d571af580b6f8bf5897e7a5b0b (diff)
downloadopenttd-c796801c4d6c87c554e84312b1c3afd866e0e49c.tar.xz
(svn r24281) -Cleanup: Merge all company news subtypes into a single one; they all behave the same.
Diffstat (limited to 'src/news_type.h')
-rw-r--r--src/news_type.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/news_type.h b/src/news_type.h
index ea3cb7011..811ac49d9 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -59,10 +59,7 @@ enum NewsSubtype {
NS_ARRIVAL_COMPANY, ///< NT_ARRIVAL_COMPANY
NS_ARRIVAL_OTHER, ///< NT_ARRIVAL_OTHER
NS_ACCIDENT, ///< NT_ACCIDENT
- NS_COMPANY_TROUBLE, ///< NT_COMPANY_INFO (trouble)
- NS_COMPANY_MERGER, ///< NT_COMPANY_INFO (merger)
- NS_COMPANY_BANKRUPT, ///< NT_COMPANY_INFO (bankrupt)
- NS_COMPANY_NEW, ///< NT_COMPANY_INFO (new company)
+ NS_COMPANY_INFO, ///< NT_COMPANY_INFO
NS_INDUSTRY_OPEN, ///< NT_INDUSTRY_OPEN
NS_INDUSTRY_CLOSE, ///< NT_INDUSTRY_CLOSE
NS_ECONOMY, ///< NT_ECONOMY