(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
This commit is contained in:
@@ -645,9 +645,7 @@ static bool v_PositionMainToolbar(int32 p1)
|
||||
|
||||
static bool PopulationInLabelActive(int32 p1)
|
||||
{
|
||||
Town *t;
|
||||
FOR_ALL_TOWNS(t) UpdateTownVirtCoord(t);
|
||||
|
||||
UpdateAllTownVirtCoords();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user