From 6b525c1841cd018d6f69694d561fe798267b42f6 Mon Sep 17 00:00:00 2001 From: Marc Olzheim Date: Mon, 24 Oct 2005 15:35:35 +0000 Subject: [PATCH] Update for src/lib/commands/new.c:1.24 and include/prototypes.h:1.92 --- src/scripts/nightly/patches/All/prng.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/scripts/nightly/patches/All/prng.patch b/src/scripts/nightly/patches/All/prng.patch index a4ec1888..82a1aca4 100644 --- a/src/scripts/nightly/patches/All/prng.patch +++ b/src/scripts/nightly/patches/All/prng.patch @@ -17,12 +17,12 @@ Index: empserver/include/damage.h #endif /* _DAMAGE_H_ */ Index: empserver/include/prototypes.h ---- empserver/include/prototypes.h 2 Oct 2005 16:30:43 -0000 1.90 -+++ empserver/include/prototypes.h 4 Oct 2005 14:57:35 -0000 -@@ -390,6 +390,9 @@ - #ifdef NOSTRDUP - extern char *strdup(char *x); - #endif +--- empserver/include/prototypes.h 23 Oct 2005 08:32:49 -0000 1.92 ++++ empserver/include/prototypes.h 24 Oct 2005 15:27:54 -0000 +@@ -387,6 +387,9 @@ + extern int ldround(double, int); + extern int roundintby(int, int); + extern int scthash(register int, register int, int); +/* chance.c */ +extern void emp_srandom(unsigned int); +extern long emp_random(void); @@ -66,9 +66,9 @@ Index: empserver/src/lib/commands/mfir.c if (dam < 0) dam = 0; Index: empserver/src/lib/commands/new.c ---- empserver/src/lib/commands/new.c 16 Mar 2005 21:56:02 -0000 1.21 -+++ empserver/src/lib/commands/new.c 17 Mar 2005 10:01:14 -0000 -@@ -105,8 +105,8 @@ +--- empserver/src/lib/commands/new.c 23 Oct 2005 20:52:46 -0000 1.24 ++++ empserver/src/lib/commands/new.c 24 Oct 2005 15:30:24 -0000 +@@ -102,8 +102,8 @@ } else { for (i = 0; i < 300 && !player->aborted; i++) { /* Both x and y should be either odd or even */