src/openttd.h
changeset 7506 e52d89f5c7c1
parent 7498 ce6588257e8d
child 7634 d167f8ce8dbb
--- a/src/openttd.h	Fri Jun 22 10:57:53 2007 +0000
+++ b/src/openttd.h	Fri Jun 22 11:58:59 2007 +0000
@@ -59,6 +59,7 @@
 /* IDs used in Pools */
 typedef uint16 VehicleID;
 typedef uint16 StationID;
+static const StationID INVALID_STATION = 0xFFFF;
 typedef uint16 RoadStopID;
 typedef uint16 TownID;
 typedef uint16 IndustryID;