author | smatz |
Thu, 10 Jan 2008 21:54:45 +0000 | |
changeset 8741 | 839f686635b0 |
parent 8740 | 90448f0ed4bd |
child 8742 | a55430b832a6 |
src/vehicle.cpp | file | annotate | diff | comparison | revisions |
--- 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);