Changeset - r8245:21421b195475
[Not reviewed]
master
0 1 0
smatz - 16 years ago 2008-01-10 21:54:45
smatz@openttd.org
(svn r11809) -Fix [FS#1643]: set expenses type when selling all vehicles in depot
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/vehicle.cpp
Show inline comments
 
@@ -1627,7 +1627,7 @@ CommandCost CmdDepotSellAllVehicles(Tile
 
	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);
 

	
0 comments (0 inline, 0 general)