summaryrefslogtreecommitdiff
path: root/station.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
commitf4762cdae438d6756648324412d6798b1e646d9b (patch)
tree01a9595835d95746ba82d0ce12e16c393bd99f4e /station.h
parent7d2ceb2063a4769fb92882a8851ed26267fa1e62 (diff)
downloadopenttd-f4762cdae438d6756648324412d6798b1e646d9b.tar.xz
(svn r5919) -Cleanup: use the type Date when the variable really is a date
Diffstat (limited to 'station.h')
-rw-r--r--station.h2
1 files changed, 1 insertions, 1 deletions
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;