diff -r 41a5f63e6062 -r 8c2ecc2dc12c src/depot_gui.cpp --- a/src/depot_gui.cpp Sun Nov 18 22:39:02 2007 +0000 +++ b/src/depot_gui.cpp Sun Nov 18 23:13:53 2007 +0000 @@ -414,7 +414,7 @@ int mode = GetVehicleFromDepotWndPt(w, x, y, &v, &gdvp); /* share / copy orders */ - if (_thd.place_mode && mode <= 0) { + if (_thd.place_mode != VHM_NONE && mode <= 0) { _place_clicked_vehicle = (WP(w, depot_d).type == VEH_TRAIN ? gdvp.head : v); return; }