From 0e08a8f61cfe173da51ef9bdd33065e4d965d871 Mon Sep 17 00:00:00 2001 From: signde Date: Thu, 16 Sep 2004 18:03:29 +0000 Subject: [PATCH] (svn r277) -Fix: removed playerseeds again until it is stable --- misc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc.c b/misc.c index f9a0593b0a..b08fd264e8 100644 --- a/misc.c +++ b/misc.c @@ -25,6 +25,9 @@ static INLINE uint32 ROR(uint32 x, int n) #undef PLAYER_SEED_RANDOM #endif +// its for now not used at all because it is still desyncing :( +#undef PLAYER_SEED_RANDOM + uint32 Random() { #ifdef PLAYER_SEED_RANDOM