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 --- waypoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waypoint.h') 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 -- cgit v1.2.3-54-g00ecf