src/news_type.h
changeset 9406 f85d149506a9
parent 9313 11c910ed6d40
child 9430 345e3005810d
--- a/src/news_type.h	Wed May 28 20:13:28 2008 +0000
+++ b/src/news_type.h	Wed May 28 21:36:16 2008 +0000
@@ -101,6 +101,8 @@
 };
 
 struct NewsItem {
+	NewsItem *prev;        ///< Previous news item
+	NewsItem *next;        ///< Next news item
 	StringID string_id;    ///< Message text
 	uint16 duration;       ///< Remaining time for showing this news message
 	Date date;             ///< Date of the news