mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-08 01:10:28 +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:
parent
9a187f14a1
commit
2207fb70d1
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user