Remove gui.viewport_map_scan_surroundings setting, now always enabled
This commit is contained in:
@@ -3206,7 +3206,7 @@ static inline void ViewportMapStoreBridgeAboveTile(const Viewport * const vp, co
|
||||
|
||||
static inline TileIndex ViewportMapGetMostSignificantTileType(const Viewport * const vp, const TileIndex from_tile, TileType * const tile_type)
|
||||
{
|
||||
if (vp->zoom <= ZOOM_LVL_OUT_128X || !_settings_client.gui.viewport_map_scan_surroundings) {
|
||||
if (vp->zoom <= ZOOM_LVL_OUT_128X) {
|
||||
const TileType ttype = GetTileType(from_tile);
|
||||
/* Store bridges and tunnels. */
|
||||
if (ttype != MP_TUNNELBRIDGE) {
|
||||
|
Reference in New Issue
Block a user