summaryrefslogtreecommitdiff
path: root/news.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-10-17 18:15:35 +0000
committerDarkvater <darkvater@openttd.org>2006-10-17 18:15:35 +0000
commit5ecd5eb4f4dd80a89dae64112a43cd462dde36b8 (patch)
treeb6bd5a739d347e8262e31e7d17b0668da998e73c /news.h
parentfba7d2f7f32aaef9497abbe8f1d7423b1a9d9220 (diff)
downloadopenttd-5ecd5eb4f4dd80a89dae64112a43cd462dde36b8.tar.xz
(svn r6804) -Codechange: Remove the unused NF_NOEXPIRE flag.
Diffstat (limited to 'news.h')
-rw-r--r--news.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/news.h b/news.h
index d2024b844..72f7e842a 100644
--- a/news.h
+++ b/news.h
@@ -55,8 +55,7 @@ enum NewsFlags {
NF_TILE = (1 << 2), ///< When clicked on the news message scroll to a given tile? Tile is in data_a/data_b
NF_VEHICLE = (1 << 3), ///< When clicked on the message scroll to the vehicle? VehicleID is in data_a
NF_FORCE_BIG = (1 << 4), ///< Force the appearance of a news message if it has already been shown (internal)
- NF_NOEXPIRE = (1 << 5), ///< Some flag that I think is already deprecated
- NF_INCOLOR = (1 << 6), ///< Show the newsmessage in colour, otherwise it defaults to black & white
+ NF_INCOLOR = (1 << 5), ///< Show the newsmessage in colour, otherwise it defaults to black & white
};
enum NewsCallback {