(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 1cc6e186f0
commit a0b4a29a57
8 changed files with 18 additions and 18 deletions

View File

@@ -76,7 +76,7 @@ struct Station {
uint8 num_specs;
StationSpecList *speclist;
uint16 build_date;
Date build_date;
//uint16 airport_flags;
uint32 airport_flags;