summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-09-02 20:55:55 +0000
committeralberth <alberth@openttd.org>2009-09-02 20:55:55 +0000
commit0f9da2d6363907e1e48cc4d93909667a52aef580 (patch)
tree1bf2c63fa6b6c5e98714f492c4dd560d985d28f6 /src/news_type.h
parentc0b9a6a9bc07b072d0178427836809650609f402 (diff)
downloadopenttd-0f9da2d6363907e1e48cc4d93909667a52aef580.tar.xz
(svn r17397) -Codechange: Add new vehicle news window.
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.
};
/**