# HG changeset patch # User smatz # Date 1200002085 0 # Node ID 839f686635b05410bed049b5451a15a169e9c889 # Parent 90448f0ed4bd4bb527d11cf913d09a8391785d4f (svn r11809) -Fix [FS#1643]: set expenses type when selling all vehicles in depot diff -r 90448f0ed4bd -r 839f686635b0 src/vehicle.cpp --- a/src/vehicle.cpp Thu Jan 10 18:59:16 2008 +0000 +++ b/src/vehicle.cpp Thu Jan 10 21:54:45 2008 +0000 @@ -1627,7 +1627,7 @@ uint16 wagon_list_length = 0; uint16 wagon_count = 0; - CommandCost cost; + CommandCost cost(EXPENSES_NEW_VEHICLES); uint i, sell_command, total_number_vehicles; VehicleType vehicle_type = (VehicleType)GB(p1, 0, 8);