(svn r5919) -Cleanup: use the type Date when the variable really is a date
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user