summaryrefslogtreecommitdiff
path: root/src/group_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/group_gui.cpp')
-rw-r--r--src/group_gui.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/group_gui.cpp b/src/group_gui.cpp
index 62401cac4..8db34bebe 100644
--- a/src/group_gui.cpp
+++ b/src/group_gui.cpp
@@ -450,7 +450,8 @@ public:
this->vehicle_sel = v->index;
- SetObjectToPlaceWnd(v->GetImage(DIR_W), GetVehiclePalette(v), HT_DRAG, this);
+ int image = v->GetImage(_current_text_dir == TD_RTL ? DIR_E : DIR_W);
+ SetObjectToPlaceWnd(image, GetVehiclePalette(v), HT_DRAG, this);
_cursor.vehchain = true;
this->SetDirty();