From a0b4a29a575b3bf8e3a7573924fa917603d26abc Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 15 Aug 2006 16:55:40 +0000 Subject: (svn r5919) -Cleanup: use the type Date when the variable really is a date --- news.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'news.h') diff --git a/news.h b/news.h index 26cfa107e..17f89a2c8 100644 --- a/news.h +++ b/news.h @@ -6,7 +6,7 @@ struct NewsItem { StringID string_id; uint16 duration; - uint16 date; + Date date; byte flags; byte display_mode; byte type; -- cgit v1.2.3-54-g00ecf