forked from mirror/OpenTTD
(svn r16025) -Fix [FS#2818]: "build separate station" in the station picker would reuse deleted stations.
This commit is contained in:
@@ -12,6 +12,7 @@ struct Station;
|
||||
struct RoadStop;
|
||||
struct StationSpec;
|
||||
|
||||
static const StationID NEW_STATION = 0xFFFE;
|
||||
static const StationID INVALID_STATION = 0xFFFF;
|
||||
|
||||
/** Station types */
|
||||
|
Reference in New Issue
Block a user