mirror of https://github.com/OpenTTD/OpenTTD
(svn r21616) -Change: do not highlight tile when selecting a vehicle to clone or an order to skip to
parent
ff8b269dc9
commit
889c8d3022
|
@ -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