summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-09-02 20:54:27 +0000
committeralberth <alberth@openttd.org>2009-09-02 20:54:27 +0000
commitc0b9a6a9bc07b072d0178427836809650609f402 (patch)
tree1ab6fa3d679093b7a71f75a038883e60ee4228c2 /src/news_type.h
parentc518d8c0d945d2156756cb9e583cc705ccdc2303 (diff)
downloadopenttd-c0b9a6a9bc07b072d0178427836809650609f402.tar.xz
(svn r17396) -Codechange: Add company 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 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.
};
/**