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 af87fda21..5f462d0cd 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -72,6 +72,7 @@ enum NewsMode {
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.
+ NM_NEW_VEH = 4, ///< Show news about new vehicles.
};
/**