(svn r13181) -Codechange: make news callback handling a little simpler. Patch by Cirdan.

This commit is contained in:
rubidium
2008-05-19 09:18:51 +00:00
parent b1e324dd47
commit a1137fcdfe
2 changed files with 20 additions and 34 deletions

View File

@@ -81,15 +81,6 @@ enum NewsFlag {
DECLARE_ENUM_AS_BIT_SET(NewsFlag);
/**
* Special news items
*/
enum NewsCallback {
DNC_VEHICLEAVAIL = 0, ///< Show new vehicle available message. StringID is EngineID
DNC_BANKRUPCY = 1, ///< Show bankrupcy message. StringID is PlayerID (0-3) and NewsBankrupcy (4-7)
DNC_NONE = 0xFF, ///< No news callback.
};
/**
* News display options
*/