(svn r16931) -Cleanup (r16922): one semicolon too much

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
smatz 15 years ago
parent e9bc557b2a
commit 92f021a0a2

@ -172,7 +172,7 @@ CommandCost CmdDepotSellAllVehicles(TileIndex tile, DoCommandFlag flags, uint32
CommandCost cost(EXPENSES_NEW_VEHICLES);
VehicleType vehicle_type = (VehicleType)GB(p1, 0, 8);
uint sell_command = GetCmdSellVeh(vehicle_type);;
uint sell_command = GetCmdSellVeh(vehicle_type);
/* Get the list of vehicles in the depot */
BuildDepotVehicleList(vehicle_type, tile, &list, &list);

Loading…
Cancel
Save