summaryrefslogtreecommitdiff
path: root/src/station_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-10 22:47:19 +0000
committerrubidium <rubidium@openttd.org>2009-04-10 22:47:19 +0000
commitf16aa9f50988bbee22c10f48eff2e2c9528db30d (patch)
tree48655aa82d7d4de847c5d6373871160f2d11a5ac /src/station_type.h
parentbee930f9b3b9dad52945c1186227519cf9d566aa (diff)
downloadopenttd-f16aa9f50988bbee22c10f48eff2e2c9528db30d.tar.xz
(svn r16025) -Fix [FS#2818]: "build separate station" in the station picker would reuse deleted stations.
Diffstat (limited to 'src/station_type.h')
-rw-r--r--src/station_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_type.h b/src/station_type.h
index 854746b0b..3f2e6846b 100644
--- a/src/station_type.h
+++ b/src/station_type.h
@@ -12,6 +12,7 @@ struct Station;
struct RoadStop;
struct StationSpec;
+static const StationID NEW_STATION = 0xFFFE;
static const StationID INVALID_STATION = 0xFFFF;
/** Station types */