(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

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