(svn r16025) -Fix [FS#2818]: "build separate station" in the station picker would reuse deleted stations.

This commit is contained in:
rubidium
2009-04-10 22:47:19 +00:00
parent bee930f9b3
commit f16aa9f509
3 changed files with 14 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ struct Station;
struct RoadStop;
struct StationSpec;
static const StationID NEW_STATION = 0xFFFE;
static const StationID INVALID_STATION = 0xFFFF;
/** Station types */