File diff r3490:2997e05fe018 → r3491:10ed78e15d31
rail_gui.c
Show inline comments
 
@@ -480,7 +480,7 @@ static void BuildRailToolbWndProc(Window
 
	case WE_PLACE_PRESIZE: {
 
		TileIndex tile = e->place.tile;
 

	
 
		DoCommandByTile(tile, 0, 0, DC_AUTO, CMD_BUILD_TUNNEL);
 
		DoCommand(tile, 0, 0, DC_AUTO, CMD_BUILD_TUNNEL);
 
		VpSetPresizeRange(tile, _build_tunnel_endtile == 0 ? tile : _build_tunnel_endtile);
 
	} break;