(svn r17396) -Codechange: Add company news window.

This commit is contained in:
alberth
2009-09-02 20:54:27 +00:00
parent e09d1be9ac
commit f24b6797ae
2 changed files with 148 additions and 81 deletions

View File

@@ -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.
};
/**