(svn r17397) -Codechange: Add new vehicle news window.

This commit is contained in:
alberth
2009-09-02 20:55:55 +00:00
parent f24b6797ae
commit 013c615ede
3 changed files with 108 additions and 46 deletions

View File

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