summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index f9a0593b0..b08fd264e 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