src/order_gui.cpp
changeset 9273 35e0224ea8f1
parent 9258 21d5b2c3ec8d
child 9285 235e5e2d7f55
equal deleted inserted replaced
9272:e64b518a7b54 9273:35e0224ea8f1
   707 					this->DisableWidget(ORDER_WIDGET_UNLOAD);
   707 					this->DisableWidget(ORDER_WIDGET_UNLOAD);
   708 			}
   708 			}
   709 		}
   709 		}
   710 
   710 
   711 		SetDParam(0, this->vehicle->index);
   711 		SetDParam(0, this->vehicle->index);
   712 		DrawWindowWidgets(this);
   712 		this->DrawWidgets();
   713 
   713 
   714 		int y = 15;
   714 		int y = 15;
   715 
   715 
   716 		int i = this->vscroll.pos;
   716 		int i = this->vscroll.pos;
   717 		order = GetVehicleOrder(this->vehicle, i);
   717 		order = GetVehicleOrder(this->vehicle, i);