(svn r23712) -Codechange: rename the two vehicle hashes we have to names that make clear where they differ in

This commit is contained in:
truebrain
2012-01-02 12:07:50 +00:00
parent 5dbac2f2ae
commit 5f65e056e1
4 changed files with 43 additions and 43 deletions

View File

@@ -44,7 +44,7 @@ uint8 CalcPercentVehicleFilled(const Vehicle *v, StringID *colour);
void VehicleLengthChanged(const Vehicle *u);
byte VehicleRandomBits();
void ResetVehiclePosHash();
void ResetVehicleHash();
void ResetVehicleColourMap();
byte GetBestFittingSubType(Vehicle *v_from, Vehicle *v_for, CargoID dest_cargo_type);