Update to 1.10.0

This commit is contained in:
dP
2020-04-01 15:17:38 +03:00
68 changed files with 881 additions and 229 deletions

View File

@@ -402,13 +402,10 @@ void Station::GetTileArea(TileArea *ta, StationType type) const
case STATION_DOCK:
case STATION_OILRIG:
*ta = this->docking_station;
break;
return;
default: NOT_REACHED();
}
ta->w = 1;
ta->h = 1;
}
/**