(svn r5919) -Cleanup: use the type Date when the variable really is a date

This commit is contained in:
rubidium
2006-08-15 16:55:40 +00:00
parent 7d2ceb2063
commit f4762cdae4
8 changed files with 18 additions and 18 deletions

2
news.h
View File

@@ -6,7 +6,7 @@
struct NewsItem {
StringID string_id;
uint16 duration;
uint16 date;
Date date;
byte flags;
byte display_mode;
byte type;