src/order_gui.cpp
branchcpp_gui
changeset 6241 6a7a41b0cd32
parent 6237 bce32e54c993
child 6246 2a4c2c4d66f0
equal deleted inserted replaced
6240:8d4ea2d6befc 6241:6a7a41b0cd32
   137 		}
   137 		}
   138 	}
   138 	}
   139 
   139 
   140 	SetDParam(0, v->string_id);
   140 	SetDParam(0, v->string_id);
   141 	SetDParam(1, v->unitnumber);
   141 	SetDParam(1, v->unitnumber);
   142 	DrawWindowWidgets(w);
   142 	w->DrawWidgets();
   143 
   143 
   144 	y = 15;
   144 	y = 15;
   145 
   145 
   146 	i = w->vscroll.pos;
   146 	i = w->vscroll.pos;
   147 	order = GetVehicleOrder(v, i);
   147 	order = GetVehicleOrder(v, i);