Changeset - r24118:35dc08a3586b
[Not reviewed]
master
0 1 0
SamuXarick - 4 years ago 2020-02-22 14:51:58
43006711+SamuXarick@users.noreply.github.com
Fix f5381798: Station::GetTileArea reduced docks to a single tile (#8014)
1 file changed with 1 insertions and 4 deletions:
0 comments (0 inline, 0 general)
src/station_cmd.cpp
Show inline comments
 
@@ -400,13 +400,10 @@ void Station::GetTileArea(TileArea *ta, 
 
		case STATION_DOCK:
 
		case STATION_OILRIG:
 
			*ta = this->docking_station;
 
			break;
 
			return;
 

	
 
		default: NOT_REACHED();
 
	}
 

	
 
	ta->w = 1;
 
	ta->h = 1;
 
}
 

	
 
/**
0 comments (0 inline, 0 general)