(svn r9909) -Fix (r9897): Highlight road tunnels properly when building them.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
maedhros 17 years ago
parent 6b176e74c8
commit 2832a95f25

@ -339,7 +339,7 @@ static void BuildRoadToolbWndProc(Window *w, WindowEvent *e)
case WE_PLACE_PRESIZE: {
TileIndex tile = e->we.place.tile;
DoCommand(tile, 0x200 | _cur_roadtype, 0, DC_AUTO, CMD_BUILD_TUNNEL);
DoCommand(tile, 0x200 | RoadTypeToRoadTypes(_cur_roadtype), 0, DC_AUTO, CMD_BUILD_TUNNEL);
VpSetPresizeRange(tile, _build_tunnel_endtile == 0 ? tile : _build_tunnel_endtile);
break;
}

Loading…
Cancel
Save