waypoint.h
changeset 2625 66b3d632dcd2
parent 2520 75eb66d6e371
child 2668 54d9f9d4dca3
equal deleted inserted replaced
2624:47d7768c6dca 2625:66b3d632dcd2
    14 	StringID string;       // If this is zero, town + town_cn is used for naming
    14 	StringID string;       // If this is zero, town + town_cn is used for naming
    15 
    15 
    16 	ViewportSign sign;
    16 	ViewportSign sign;
    17 	uint16 build_date;
    17 	uint16 build_date;
    18 	byte stat_id;
    18 	byte stat_id;
       
    19 	uint32 grfid;
    19 	byte deleted;          // this is a delete counter. when it reaches 0, the waypoint struct is deleted.
    20 	byte deleted;          // this is a delete counter. when it reaches 0, the waypoint struct is deleted.
    20 };
    21 };
    21 
    22 
    22 enum {
    23 enum {
    23 	RAIL_TYPE_WAYPOINT = 0xC4,
    24 	RAIL_TYPE_WAYPOINT = 0xC4,