summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
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 f7210c8a7..af87fda21 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -71,6 +71,7 @@ enum NewsMode {
NM_SMALL = 0, ///< Show only a small popup informing us about vehicle age for example, with a viewport.
NM_NORMAL = 1, ///< Show a simple news message without viewport (height 170 pixels).
NM_THIN = 2, ///< Show a simple news message with a viewport (height 130 pixels).
+ NM_COMPANY = 3, ///< Show news about companies.
};
/**