(svn r23526) -Codechange: unify cargos vs cargoes
This commit is contained in:
@@ -97,7 +97,7 @@ void UpdateHousesAndTowns()
|
||||
/* Update the population and num_house dependant values */
|
||||
FOR_ALL_TOWNS(town) {
|
||||
UpdateTownRadius(town);
|
||||
UpdateTownCargos(town);
|
||||
UpdateTownCargoes(town);
|
||||
}
|
||||
UpdateTownCargoBitmap();
|
||||
}
|
||||
|
Reference in New Issue
Block a user