From c705b7a6742bfabf872166e1912dcf17d8813f5d Mon Sep 17 00:00:00 2001 From: Marc Olzheim Date: Tue, 21 Dec 2004 13:19:29 +0000 Subject: [PATCH] Update patch for src/server/main.c:1.29,include/prototypes.h:1.61 and src/lib/commands/laun.c:1.9. No functional changes. --- src/scripts/nightly/patches/All/prng.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scripts/nightly/patches/All/prng.patch b/src/scripts/nightly/patches/All/prng.patch index d0fdb0e3..261cfd0c 100644 --- a/src/scripts/nightly/patches/All/prng.patch +++ b/src/scripts/nightly/patches/All/prng.patch @@ -19,7 +19,7 @@ Index: empserver/include/damage.h Index: empserver/include/prototypes.h --- empserver/include/prototypes.h 16 May 2004 14:19:38 -0000 1.45 +++ empserver/include/prototypes.h 20 Jun 2004 15:14:59 -0000 -@@ -219,6 +219,9 @@ +@@ -224,6 +224,9 @@ #ifdef NOSTRDUP extern char *strdup(char *x); #endif @@ -44,7 +44,7 @@ Index: empserver/src/lib/commands/anti.c Index: empserver/src/lib/commands/laun.c --- empserver/src/lib/commands/laun.c 28 Feb 2004 17:44:02 -0000 1.3 +++ empserver/src/lib/commands/laun.c 20 Jun 2004 15:15:01 -0000 -@@ -423,7 +423,7 @@ +@@ -420,7 +420,7 @@ } i = pp->pln_tech + pp->pln_effic; if (chance(1.0 - (i / (i + 50.0)))) { @@ -453,7 +453,7 @@ Index: empserver/src/lib/gen/chance.c Index: empserver/src/server/main.c --- empserver/src/server/main.c 4 Apr 2004 14:20:30 -0000 1.12 +++ empserver/src/server/main.c 20 Jun 2004 17:38:12 -0000 -@@ -204,7 +204,7 @@ +@@ -283,7 +283,7 @@ #endif /* POSIXSIGNALS */ #endif /* _WIN32 */ empth_init((char **)&player, flags);