Update for src/util/fairland.c:1.23 and src/server/main.c:1.62

This commit is contained in:
Marc Olzheim 2005-05-31 09:02:33 +00:00
parent 2f36c83c58
commit d405e17c42

View file

@ -409,9 +409,9 @@ Index: empserver/src/lib/update/revolt.c
continue; continue;
nicest_sp = nsp; nicest_sp = nsp;
Index: empserver/src/server/main.c Index: empserver/src/server/main.c
--- empserver/src/server/main.c 3 May 2005 00:06:10 -0000 1.61 --- empserver/src/server/main.c 3 May 2005 00:06:10 -0000 1.62
+++ empserver/src/server/main.c 28 May 2005 08:32:40 -0000 +++ empserver/src/server/main.c 28 May 2005 08:32:40 -0000
@@ -257,7 +257,7 @@ @@ -255,7 +255,7 @@
void void
init_server(void) init_server(void)
{ {
@ -433,7 +433,7 @@ Index: empserver/src/server/update.c
delta += wind; delta += wind;
} }
Index: empserver/src/util/fairland.c Index: empserver/src/util/fairland.c
--- empserver/src/util/fairland.c 16 Mar 2005 22:03:16 -0000 1.22 --- empserver/src/util/fairland.c 16 Mar 2005 22:03:16 -0000 1.23
+++ empserver/src/util/fairland.c 17 Mar 2005 10:01:15 -0000 +++ empserver/src/util/fairland.c 17 Mar 2005 10:01:15 -0000
@@ -124,7 +124,7 @@ @@ -124,7 +124,7 @@
#if !defined(_WIN32) #if !defined(_WIN32)
@ -444,8 +444,8 @@ Index: empserver/src/util/fairland.c
int secs; /* number of sectors grown */ int secs; /* number of sectors grown */
int ctot; /* total number of continents and islands grown */ int ctot; /* total number of continents and islands grown */
@@ -218,7 +218,7 @@ @@ -229,7 +229,7 @@
break; exit(1);
} }
} }
- srandom(rnd_seed); - srandom(rnd_seed);