From 8b503e511d4d3504ff5e6069bf1e261ce9b77f9a Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 3 Sep 2024 18:16:15 +0100 Subject: [PATCH] TBTR: Fix engine sprite type used in drag/drop cursor --- src/tbtr_template_gui_create.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tbtr_template_gui_create.cpp b/src/tbtr_template_gui_create.cpp index 71c19292ef..e2ffe6c8d1 100644 --- a/src/tbtr_template_gui_create.cpp +++ b/src/tbtr_template_gui_create.cpp @@ -649,7 +649,7 @@ public: TrainDepotMoveVehicle(v, sel, gdvp.head); } else if (v != nullptr) { SetObjectToPlaceWnd(SPR_CURSOR_MOUSE, PAL_NONE, HT_DRAG, this); - SetMouseCursorVehicle(v, EIT_PURCHASE); + SetMouseCursorVehicle(v, EIT_IN_DEPOT); _cursor.vehchain = _ctrl_pressed; this->sel = v->index;