summaryrefslogtreecommitdiff
path: root/news.h
diff options
context:
space:
mode:
Diffstat (limited to 'news.h')
-rw-r--r--news.h2
1 files changed, 1 insertions, 1 deletions
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;