File diff r2624:1fa34b183518 → r2625:27ad3b929a5b
waypoint.h
Show inline comments
 
@@ -13,12 +13,13 @@ struct Waypoint {
 
	byte town_cn;          // The Nth waypoint for this town (consecutive number)
 
	StringID string;       // If this is zero, town + town_cn is used for naming
 

	
 
	ViewportSign sign;
 
	uint16 build_date;
 
	byte stat_id;
 
	uint32 grfid;
 
	byte deleted;          // this is a delete counter. when it reaches 0, the waypoint struct is deleted.
 
};
 

	
 
enum {
 
	RAIL_TYPE_WAYPOINT = 0xC4,
 
	RAIL_WAYPOINT_TRACK_MASK = 1,