(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instances to more meaningful names.

This commit is contained in:
frosch
2009-06-27 18:26:50 +00:00
parent 415c575fe5
commit 4c3f480f92
14 changed files with 74 additions and 74 deletions

View File

@@ -576,7 +576,7 @@ static int CDECL VehicleProfitLastYearSorter(const Vehicle * const *a, const Veh
static int CDECL VehicleCargoSorter(const Vehicle * const *a, const Vehicle * const *b)
{
const Vehicle *v;
AcceptedCargo diff;
CargoArray diff;
memset(diff, 0, sizeof(diff));
/* Append the cargo of the connected weagons */