(svn r21616) -Change: do not highlight tile when selecting a vehicle to clone or an order to skip to

This commit is contained in:
smatz 2010-12-24 13:13:28 +00:00
parent 9a187f14a1
commit 2207fb70d1

View File

@ -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;
} }