From 889c8d3022029a222601ae5e3dab032d8e455654 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 24 Dec 2010 13:13:28 +0000 Subject: (svn r21616) -Change: do not highlight tile when selecting a vehicle to clone or an order to skip to --- src/order_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/order_gui.cpp b/src/order_gui.cpp index a3ed0ce06..ef5a2ebd7 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -586,7 +586,7 @@ private: { this->LowerWidget(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; } @@ -598,7 +598,7 @@ private: { this->LowerWidget(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; } -- cgit v1.2.3-70-g09d2