summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorsignde <signde@openttd.org>2004-09-16 18:03:29 +0000
committersignde <signde@openttd.org>2004-09-16 18:03:29 +0000
commit0e08a8f61cfe173da51ef9bdd33065e4d965d871 (patch)
tree3822de5a92221a2de87840a6a2cc470cc3ac6f26 /misc.c
parent5b145f4d7cc435b3fd56b23dee8b90ce42929336 (diff)
downloadopenttd-0e08a8f61cfe173da51ef9bdd33065e4d965d871.tar.xz
(svn r277) -Fix: removed playerseeds again until it is stable
Diffstat (limited to 'misc.c')
-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