When playing my friend, we found that someone with an island near a polar
cap had an unfair advantage over someone who did not, since the person
could go to the pole to pick up huts.

This patch eliminates that advantage by removing most huts in polar regions.

- Sam

--- freeciv-1.14.0/server/mapgen.c.orig	Mon Mar 24 21:37:46 2003
+++ freeciv-1.14.0/server/mapgen.c	Mon Mar 24 21:38:27 2003
@@ -2269,7 +2269,7 @@
     rand_map_pos(&x, &y);
     l=myrand(6);
     if (map_get_terrain(x, y)!=T_OCEAN && 
-	( map_get_terrain(x, y)!=T_ARCTIC || l<3 )
+	( map_get_terrain(x, y)!=T_ARCTIC )
 	) {
       if (!is_hut_close(x,y)) {
 	number--;
