File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -695,7 +695,6 @@ std::string Job::getManagerOrderName(df::manager_order *order)
695695 std::string desc;
696696 auto button = df::allocate<df::interface_button_building_new_jobst>();
697697 button->mstring = order->reaction_name ;
698- button->specdata .hist_figure_id = order->specdata .hist_figure_id ;
699698 button->jobtype = order->job_type ;
700699 button->itemtype = order->item_type ;
701700 button->subtype = order->item_subtype ;
@@ -704,7 +703,6 @@ std::string Job::getManagerOrderName(df::manager_order *order)
704703 button->specflag = order->specflag ;
705704 button->job_item_flag = order->material_category ;
706705 button->specdata = order->specdata ;
707- button->art_specifier = order->art_spec .type ;
708706 button->art_specifier_id1 = order->art_spec .id ;
709707 button->art_specifier_id2 = order->art_spec .subid ;
710708
You can’t perform that action at this time.
0 commit comments