diff --git a/src/openttd.h b/src/openttd.h --- a/src/openttd.h +++ b/src/openttd.h @@ -59,6 +59,7 @@ typedef EngineID *EngineList; ///< engin /* 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;