Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2004:
[Freeciv-Dev] (PR#9695) mapgen error / topology 11
Home

[Freeciv-Dev] (PR#9695) mapgen error / topology 11

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxxxxxxxxxxx, mburda@xxxxxxxxx
Subject: [Freeciv-Dev] (PR#9695) mapgen error / topology 11
From: "Mateusz Stefek" <mstefek@xxxxxxxxx>
Date: Tue, 17 Aug 2004 01:31:19 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=9695 >

> [mburda - Sat Aug 14 09:21:44 2004]:
> 
> > [mburda - Sam. Aoû. 14 09:18:48 2004]:
> > 
> > Fixed:
> > Marcelo
> > 
> get this file (i delete a unneeded assert)
> 
The patch seems logical
But this looks like something independent:
@@ -1502,16 +1504,14 @@
       freelog(LOG_DEBUG, "Adding %d,%d as starting position %d.",
              x, y, data.count);
       data.count++;
+
     } else {
       data.dist--;
       if (data.dist == 0) {
-       char filename[] = "map_core.sav";
-
-       save_game(filename);
        die(_("The server appears to have gotten into an infinite loop "
              "in the allocation of starting positions, and will abort.\n"
-             "The map has been saved into %s.\n"
-             "Please report this bug at %s."), filename, WEBSITE_URL);
+             "Maybe the numbers of players/ia is too much for this map.\n"
+             "Please report this bug at %s."), WEBSITE_URL);
       }
     }
   }

@@ -1717,6 +1715,9 @@
     }
   }
===
And this comment looks stupid:
+  assign_continent_numbers();
+  /*  never reassing number befor create start pos gen 2-4 */
+
--
mateusz


[Prev in Thread] Current Thread [Next in Thread]