diff options
author | signde <signde@openttd.org> | 2004-09-16 18:03:29 +0000 |
---|---|---|
committer | signde <signde@openttd.org> | 2004-09-16 18:03:29 +0000 |
commit | 0e08a8f61cfe173da51ef9bdd33065e4d965d871 (patch) | |
tree | 3822de5a92221a2de87840a6a2cc470cc3ac6f26 | |
parent | 5b145f4d7cc435b3fd56b23dee8b90ce42929336 (diff) | |
download | openttd-0e08a8f61cfe173da51ef9bdd33065e4d965d871.tar.xz |
(svn r277) -Fix: removed playerseeds again until it is stable
-rw-r--r-- | misc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |