From f4762cdae438d6756648324412d6798b1e646d9b 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 --- station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'station.h') diff --git a/station.h b/station.h index 805a57369..96b64cd4e 100644 --- a/station.h +++ b/station.h @@ -76,7 +76,7 @@ struct Station { uint8 num_specs; StationSpecList *speclist; - uint16 build_date; + Date build_date; //uint16 airport_flags; uint32 airport_flags; -- cgit v1.2.3-54-g00ecf