summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-16 20:04:17 +0000
committerrubidium <rubidium@openttd.org>2008-05-16 20:04:17 +0000
commit5ede3da2201337aeb34db24342a732b7d2bc832e (patch)
tree8a60853d8c9917796eb8879bdcf2585595c793c8 /src/news_type.h
parent5ea41a57b8c3fde52e5fb0cb015141671d650350 (diff)
downloadopenttd-5ede3da2201337aeb34db24342a732b7d2bc832e.tar.xz
(svn r13123) -Codechange: passing the bankrupt type via data_b is not needed anymore. Patch by Cirdan.
Diffstat (limited to 'src/news_type.h')
-rw-r--r--src/news_type.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/news_type.h b/src/news_type.h
index 02899b605..ad1d9ca94 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -91,17 +91,6 @@ enum NewsCallback {
};
/**
- * Kinds of bankrupcy
- * @note These flags are or'd with player index
- */
-enum NewsBankrupcy {
- NB_BTROUBLE = (1 << 4), ///< Company is in trouble (warning)
- NB_BMERGER = (2 << 4), ///< Company has been bought by another company
- NB_BBANKRUPT = (3 << 4), ///< Company has gone bankrupt
- NB_BNEWCOMPANY = (4 << 4), ///< A new company has been started
-};
-
-/**
* News display options
*/
enum NewsDisplay {