Initial implementation of road waypoints
This commit is contained in:
@@ -41,6 +41,10 @@ void Waypoint::GetTileArea(TileArea *ta, StationType type) const
|
||||
*ta = this->train_station;
|
||||
return;
|
||||
|
||||
case STATION_ROADWAYPOINT:
|
||||
*ta = this->road_waypoint_area;
|
||||
return;
|
||||
|
||||
case STATION_BUOY:
|
||||
ta->tile = this->xy;
|
||||
ta->w = 1;
|
||||
|
Reference in New Issue
Block a user