forked from mirror/OpenTTD
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favour of their Station variants
This commit is contained in:
@@ -15,6 +15,7 @@ struct BaseStation;
|
||||
struct Station;
|
||||
struct RoadStop;
|
||||
struct StationSpec;
|
||||
struct Waypoint;
|
||||
|
||||
static const StationID NEW_STATION = 0xFFFE;
|
||||
static const StationID INVALID_STATION = 0xFFFF;
|
||||
|
Reference in New Issue
Block a user