summaryrefslogtreecommitdiff
path: root/news_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'news_gui.c')
-rw-r--r--news_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/news_gui.c b/news_gui.c
index d3e4b83f4..389ca4b54 100644
--- a/news_gui.c
+++ b/news_gui.c
@@ -258,7 +258,7 @@ void AddNewsItem(StringID string, uint32 flags, uint data_a, uint data_b)
ni->flags = (byte)(flags >> 8) | NF_NOEXPIRE;
// show this news message in color?
- if (_date >= ConvertIntDate(_patches.colored_news_date))
+ if (_date >= ConvertIntDate(_patches.colored_news_year))
ni->flags |= NF_INCOLOR;
ni->type = (byte)(flags >> 16);