summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/settings.c b/settings.c
index f27e8613b..00ba5cdc0 100644
--- a/settings.c
+++ b/settings.c
@@ -1074,9 +1074,8 @@ static int32 PopulationInLabelActive(int32 p1)
{
Town* t;
- FOR_ALL_TOWNS(t) {
- if (t->xy != 0) UpdateTownVirtCoord(t);
- }
+ FOR_ALL_TOWNS(t) UpdateTownVirtCoord(t);
+
return 0;
}