summaryrefslogtreecommitdiff
path: root/waypoint.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 /waypoint.h
parent7d2ceb2063a4769fb92882a8851ed26267fa1e62 (diff)
downloadopenttd-f4762cdae438d6756648324412d6798b1e646d9b.tar.xz
(svn r5919) -Cleanup: use the type Date when the variable really is a date
Diffstat (limited to 'waypoint.h')
-rw-r--r--waypoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/waypoint.h b/waypoint.h
index 207b46027..aa3cf8cf8 100644
--- a/waypoint.h
+++ b/waypoint.h
@@ -15,7 +15,7 @@ struct Waypoint {
StringID string; ///< If this is zero (i.e. no custom name), town + town_cn is used for naming
ViewportSign sign; ///< Dimensions of sign (not saved)
- uint16 build_date; ///< Date of construction
+ Date build_date; ///< Date of construction
byte stat_id; ///< ID of waypoint within the waypoint class (not saved)
uint32 grfid; ///< ID of GRF file