1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 01:19:11 +00:00

Update tunnelbridge_cmd.cpp

This commit is contained in:
marcossouza1232
2023-06-15 01:30:40 -03:00
committed by GitHub
parent 1cd49bf5e5
commit 7c1c734e95

View File

@@ -408,7 +408,7 @@ CommandCost CmdBuildBridge(DoCommandFlag flags, TileIndex tile_end, TileIndex ti
} else {
/* Build a new bridge. */
bool allow_on_slopes = (_settings_game.construction.build_on_slopes && transport_type != TRANSPORT_WATER);
bool allow_on_slopes = (_settings_game.construction.build_on_slopes );
/* Try and clear the start landscape */
CommandCost ret = Command<CMD_LANDSCAPE_CLEAR>::Do(flags, tile_start);