equal
deleted
inserted
replaced
58 /* station_land.c */ |
58 /* station_land.c */ |
59 void StationPickerDrawSprite(int x, int y, int railtype, int image); |
59 void StationPickerDrawSprite(int x, int y, int railtype, int image); |
60 |
60 |
61 /* track_land.c */ |
61 /* track_land.c */ |
62 void DrawTrainDepotSprite(int x, int y, int image, int railtype); |
62 void DrawTrainDepotSprite(int x, int y, int image, int railtype); |
|
63 void DrawDefaultWaypointSprite(int x, int y, int railtype); |
63 |
64 |
64 /* road_land.c */ |
65 /* road_land.c */ |
65 void DrawRoadDepotSprite(int x, int y, int image); |
66 void DrawRoadDepotSprite(int x, int y, int image); |
66 |
67 |
67 /* water_land.c */ |
68 /* water_land.c */ |