author | smatz |
Thu, 10 Jan 2008 21:54:45 +0000 | |
changeset 8245 | 86caf8eb69dd |
parent 8244 | 9fdec5112828 |
child 8246 | 4469741c1f70 |
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);