From 587b2a8826274242e400124eb5bb8704a046ff81 Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 26 Aug 2006 18:27:15 +0000 Subject: (svn r6150) -Codechange: introduced and used RoadStopID where needed --- openttd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openttd.h') diff --git a/openttd.h b/openttd.h index 9d6b1b44a..9ed4db102 100644 --- a/openttd.h +++ b/openttd.h @@ -37,6 +37,7 @@ typedef struct Industry Industry; typedef struct DrawPixelInfo DrawPixelInfo; typedef uint16 VehicleID; typedef uint16 StationID; +typedef uint16 RoadStopID; typedef uint16 TownID; typedef uint16 IndustryID; typedef uint16 DepotID; -- cgit v1.2.3-54-g00ecf