Feature: Control + click on a vehicle in the vehicle group window selects and scrolls to the vehicle's group.

pull/128/head
stormcone 5 years ago committed by Charles Pigott
parent 551bde77a4
commit a363933d08

@ -734,6 +734,10 @@ public:
this->vehicle_sel = v->index;
if (_ctrl_pressed) {
this->SelectGroup(v->group_id);
}
SetObjectToPlaceWnd(SPR_CURSOR_MOUSE, PAL_NONE, HT_DRAG, this);
SetMouseCursorVehicle(v, EIT_IN_LIST);
_cursor.vehchain = true;

Loading…
Cancel
Save