(svn r6150) -Codechange: introduced and used RoadStopID where needed

This commit is contained in:
truelight
2006-08-26 18:27:15 +00:00
parent 3f4873ca76
commit 5e7528e9cb
3 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ typedef struct RoadStop {
TileIndex xy;
bool used;
byte status;
uint32 index;
RoadStopID index;
byte num_vehicles;
StationID station;
struct RoadStop *next;