File diff r18770:fe0f5aab3963 → r18771:b0bbffcb9160
src/road.cpp
Show inline comments
 
@@ -106,7 +106,7 @@ bool HasRoadTypesAvail(const CompanyID c
 
{
 
	RoadTypes avail_roadtypes;
 

	
 
	if (company == OWNER_TOWN || _game_mode == GM_EDITOR || _generating_world) {
 
	if (company == OWNER_DEITY || company == OWNER_TOWN || _game_mode == GM_EDITOR || _generating_world) {
 
		avail_roadtypes = ROADTYPES_ROAD;
 
	} else {
 
		Company *c = Company::GetIfValid(company);