src/news_gui.cpp
changeset 9354 845e07db4549
parent 9333 2da01b3b71d8
child 9405 69c042fc13a4
--- a/src/news_gui.cpp	Sun May 25 17:36:49 2008 +0000
+++ b/src/news_gui.cpp	Sun May 25 19:17:03 2008 +0000
@@ -398,7 +398,7 @@
 	ni->flags = _news_subtype_data[subtype].flags;
 
 	/* show this news message in color? */
-	if (_cur_year >= _patches.colored_news_year) ni->flags |= NF_INCOLOR;
+	if (_cur_year >= _settings.gui.colored_news_year) ni->flags |= NF_INCOLOR;
 
 	ni->data_a = data_a;
 	ni->data_b = data_b;