(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 0e9a98619d
commit 19004a77f8
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);