Always seed with '1' instead of the supplied value of emp_srandom()

fot the nightly build.
This commit is contained in:
Marc Olzheim 2004-06-20 17:14:56 +00:00
parent 7877507f25
commit 99187cd5fd

View file

@ -172,7 +172,7 @@ Index: empserver/src/lib/gen/chance.c
- extern void srand48();
-
- srand48(n);
+ SRANDOM(n);
+ SRANDOM(1);
}
long