settings.c
changeset 4346 3f00094f2670
parent 4344 5d0e40cd67b9
child 4411 c8eaf5401817
--- a/settings.c	Tue Aug 22 15:23:25 2006 +0000
+++ b/settings.c	Tue Aug 22 15:33:35 2006 +0000
@@ -1074,9 +1074,8 @@
 {
 	Town* t;
 
-	FOR_ALL_TOWNS(t) {
-		if (t->xy != 0) UpdateTownVirtCoord(t);
-	}
+	FOR_ALL_TOWNS(t) UpdateTownVirtCoord(t);
+
 	return 0;
 }