Merge branch 'enhanced_viewport_overlay-sx' into jgrpp
This commit is contained in:
@@ -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))) {
|
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->selected_order = -1;
|
||||||
this->UpdateButtonState();
|
this->UpdateButtonState();
|
||||||
|
MarkAllRoutePathsDirty(this->vehicle);
|
||||||
|
MarkAllRouteStepsDirty(this);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user