(svn r17396) -Codechange: Add company news window.
This commit is contained in:
@@ -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.
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user