Merge branch 'master' into jgrpp

# Conflicts:
#	src/network/network.cpp
This commit is contained in:
Jonathan G Rennison
2020-03-11 23:16:32 +00:00
5 changed files with 89 additions and 65 deletions

View File

@@ -394,13 +394,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;
}
/**