settings.c
changeset 4346 66105d4f6e83
parent 4344 7e123fec5b0b
child 4411 d5ddc484d4d7
equal deleted inserted replaced
4345:1da147230c79 4346:66105d4f6e83
  1072 
  1072 
  1073 static int32 PopulationInLabelActive(int32 p1)
  1073 static int32 PopulationInLabelActive(int32 p1)
  1074 {
  1074 {
  1075 	Town* t;
  1075 	Town* t;
  1076 
  1076 
  1077 	FOR_ALL_TOWNS(t) {
  1077 	FOR_ALL_TOWNS(t) UpdateTownVirtCoord(t);
  1078 		if (t->xy != 0) UpdateTownVirtCoord(t);
  1078 
  1079 	}
       
  1080 	return 0;
  1079 	return 0;
  1081 }
  1080 }
  1082 
  1081 
  1083 static int32 RedrawScreen(int32 p1)
  1082 static int32 RedrawScreen(int32 p1)
  1084 {
  1083 {