From e067d4a4b87d2c4b4fa92f24d241a88cb8432e38 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 13 Jul 2009 22:33:25 +0000 Subject: (svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords. --- src/settings.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/settings.cpp') diff --git a/src/settings.cpp b/src/settings.cpp index 57ac57bed..eca75e727 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -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; } -- cgit v1.2.3-54-g00ecf