summaryrefslogtreecommitdiff
path: root/news.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-15 16:55:40 +0000
committerrubidium <rubidium@openttd.org>2006-08-15 16:55:40 +0000
commita0b4a29a575b3bf8e3a7573924fa917603d26abc (patch)
tree01a9595835d95746ba82d0ce12e16c393bd99f4e /news.h
parent1cc6e186f06f98c76b43f94a787abaec7f024cd7 (diff)
downloadopenttd-a0b4a29a575b3bf8e3a7573924fa917603d26abc.tar.xz
(svn r5919) -Cleanup: use the type Date when the variable really is a date
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;