src/waypoint.h
changeset 10207 c291a21b304e
parent 10099 a42cafcba550
equal deleted inserted replaced
10206:0050610c0368 10207:c291a21b304e
    23 	StringID string;   ///< C000-C03F have special meaning in old games
    23 	StringID string;   ///< C000-C03F have special meaning in old games
    24 	char *name;        ///< Custom name. If not set, town + town_cn is used for naming
    24 	char *name;        ///< Custom name. If not set, town + town_cn is used for naming
    25 
    25 
    26 	ViewportSign sign; ///< Dimensions of sign (not saved)
    26 	ViewportSign sign; ///< Dimensions of sign (not saved)
    27 	Date build_date;   ///< Date of construction
    27 	Date build_date;   ///< Date of construction
    28 	PlayerByte owner;  ///< Whom this waypoint belongs to
    28 	OwnerByte owner;   ///< Whom this waypoint belongs to
    29 
    29 
    30 	byte stat_id;      ///< ID of waypoint within the waypoint class (not saved)
    30 	byte stat_id;      ///< ID of waypoint within the waypoint class (not saved)
    31 	uint32 grfid;      ///< ID of GRF file
    31 	uint32 grfid;      ///< ID of GRF file
    32 	byte localidx;     ///< Index of station within GRF file
    32 	byte localidx;     ///< Index of station within GRF file
    33 
    33