src/openttd.h
changeset 7010 6f0d9f03180d
parent 7002 1bf6a62b0fcb
child 7138 67f99b0cc527
--- 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;