(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

@@ -2753,7 +2753,7 @@ void ReloadNewGRFData()
LoadStringWidthTable();
RecomputePrices();
/* reload vehicles */
ResetVehiclePosHash();
ResetVehicleHash();
AfterLoadVehicles(false);
StartupEngines();
GroupStatistics::UpdateAfterLoad();