From 99187cd5fdb5985215d2f36aee679703d0a07f8b Mon Sep 17 00:00:00 2001 From: Marc Olzheim Date: Sun, 20 Jun 2004 17:14:56 +0000 Subject: [PATCH] Always seed with '1' instead of the supplied value of emp_srandom() fot the nightly build. --- src/scripts/nightly/patches/All/prng.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/nightly/patches/All/prng.patch b/src/scripts/nightly/patches/All/prng.patch index 4bc4e080..c8a5ebb0 100644 --- a/src/scripts/nightly/patches/All/prng.patch +++ b/src/scripts/nightly/patches/All/prng.patch @@ -172,7 +172,7 @@ Index: empserver/src/lib/gen/chance.c - extern void srand48(); - - srand48(n); -+ SRANDOM(n); ++ SRANDOM(1); } long