summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
authorGuillaume Renoult <guillaume.renoult@gmail.com>2021-11-08 05:54:50 +1100
committerGitHub <noreply@github.com>2021-11-07 19:54:50 +0100
commitc38af729787f25e56cb19fce90d89eebf3067c66 (patch)
tree333efbcf0f4af633871abc7b1b005c62cc26b66a /src/news_type.h
parentb4bd7b367e3b2ab0e82319e04adb9f302a9f222f (diff)
downloadopenttd-c38af729787f25e56cb19fce90d89eebf3067c66.tar.xz
Update: add setting to hide news about competitors vehicle crash (#9653)
Diffstat (limited to 'src/news_type.h')
-rw-r--r--src/news_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/news_type.h b/src/news_type.h
index 4dea8c46f..188305b52 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -22,6 +22,7 @@ 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