From dc54e608e36145deab60dea2cbe08517b28e54c0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 15 Aug 2006 14:52:17 +0000 Subject: (svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this. --- news_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'news_gui.c') 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); -- cgit v1.2.3-54-g00ecf