diff options
author | rubidium <rubidium@openttd.org> | 2006-08-15 16:55:40 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2006-08-15 16:55:40 +0000 |
commit | a0b4a29a575b3bf8e3a7573924fa917603d26abc (patch) | |
tree | 01a9595835d95746ba82d0ce12e16c393bd99f4e /waypoint.h | |
parent | 1cc6e186f06f98c76b43f94a787abaec7f024cd7 (diff) | |
download | openttd-a0b4a29a575b3bf8e3a7573924fa917603d26abc.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.h | 2 |
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 |