mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-24 23:19:09 +00:00
(svn r21616) -Change: do not highlight tile when selecting a vehicle to clone or an order to skip to
This commit is contained in:
@@ -586,7 +586,7 @@ private:
|
|||||||
{
|
{
|
||||||
this->LowerWidget(ORDER_WIDGET_GOTO);
|
this->LowerWidget(ORDER_WIDGET_GOTO);
|
||||||
this->SetWidgetDirty(ORDER_WIDGET_GOTO);
|
this->SetWidgetDirty(ORDER_WIDGET_GOTO);
|
||||||
SetObjectToPlaceWnd(ANIMCURSOR_PICKSTATION, PAL_NONE, HT_RECT, this);
|
SetObjectToPlaceWnd(ANIMCURSOR_PICKSTATION, PAL_NONE, HT_NONE, this);
|
||||||
this->goto_type = OPOS_CONDITIONAL;
|
this->goto_type = OPOS_CONDITIONAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -598,7 +598,7 @@ private:
|
|||||||
{
|
{
|
||||||
this->LowerWidget(ORDER_WIDGET_GOTO);
|
this->LowerWidget(ORDER_WIDGET_GOTO);
|
||||||
this->SetWidgetDirty(ORDER_WIDGET_GOTO);
|
this->SetWidgetDirty(ORDER_WIDGET_GOTO);
|
||||||
SetObjectToPlaceWnd(ANIMCURSOR_PICKSTATION, PAL_NONE, HT_RECT | HT_VEHICLE, this);
|
SetObjectToPlaceWnd(ANIMCURSOR_PICKSTATION, PAL_NONE, HT_VEHICLE, this);
|
||||||
this->goto_type = OPOS_SHARE;
|
this->goto_type = OPOS_SHARE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user