forked from mirror/OpenTTD
(svn r17398) -Codechange: Fill normal news item window with widgets.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user