diff -r 55c8267c933f -r aefc131bf5ce src/station.h --- a/src/station.h Thu Jan 11 13:41:16 2007 +0000 +++ b/src/station.h Mon Jan 15 20:14:06 2007 +0000 @@ -26,10 +26,11 @@ } RoadStopType; enum { - INVALID_STATION = 0xFFFF, ROAD_STOP_LIMIT = 16, }; +static const StationID INVALID_STATION = 0xFFFF; + typedef struct RoadStop { TileIndex xy; bool used; @@ -64,7 +65,7 @@ byte time_since_load; byte time_since_unload; byte delete_ctr; - PlayerID owner; + PlayerByte owner; byte facilities; byte airport_type;