(svn r17398) -Codechange: Fill normal news item window with widgets.

This commit is contained in:
alberth
2009-09-02 20:59:30 +00:00
parent 0f9da2d636
commit 5fd5ae125a
2 changed files with 24 additions and 56 deletions

View File

@@ -64,17 +64,6 @@ enum NewsSubtype {
NS_END, ///< end-of-array marker
};
/**
* News mode.
*/
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.
NM_NEW_VEH = 4, ///< Show news about new vehicles.
};
/**
* References to objects in news.
*