diff options
Diffstat (limited to 'news_gui.c')
-rw-r--r-- | news_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news_gui.c b/news_gui.c index 389ca4b54..ad454279a 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_year)) + if (_cur_year >= _patches.colored_news_year) ni->flags |= NF_INCOLOR; ni->type = (byte)(flags >> 16); |