[Freeciv-Dev] (PR#10978) mapgen: bad startpos setting causes crash
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10978 >
> [playmismo@xxxxxxxxxxx - Thu Nov 11 14:46:13 2004]:
>
> There is about with "startpos" setting.
> When you start a size 20+ map with startpos 4, 30 players and
> dificulty "hard" server disconects at start (had to default a lot of
> other settings till i discovered wich was wrong :P)
> I use win32 client
>
>
Thanks for the report.
There are too many continents.
This patch increases MAP_NCONT
--
mateusz
--- freeciv/server/maphand.h 2004-11-11 16:58:04.287208440 +0100
+++ freeciv2/server/maphand.h 2004-10-15 11:39:36.000000000 +0200
@@ -50,7 +50,7 @@
};
/* The maximum number of continents and oceans. */
-#define MAP_NCONT 600
+#define MAP_NCONT 300
void assign_continent_numbers(bool skip_unsafe);
- [Freeciv-Dev] (PR#10978) mapgen: bad startpos setting causes crash,
Mateusz Stefek <=
|
|