Merge branch 'enhanced_viewport_overlay-sx' into jgrpp

pull/8/head
Jonathan G Rennison 8 years ago
commit e29da8323c

@ -1624,6 +1624,8 @@ public:
DoCommandP(this->vehicle->tile, this->vehicle->index, from_order | (to_order << 16), CMD_MOVE_ORDER | CMD_MSG(STR_ERROR_CAN_T_MOVE_THIS_ORDER))) {
this->selected_order = -1;
this->UpdateButtonState();
MarkAllRoutePathsDirty(this->vehicle);
MarkAllRouteStepsDirty(this);
}
break;
}

Loading…
Cancel
Save