mirror of https://github.com/OpenTTD/OpenTTD
(svn r277) -Fix: removed playerseeds again until it is stable
parent
5b145f4d7c
commit
0e08a8f61c
3
misc.c
3
misc.c
|
@ -25,6 +25,9 @@ static INLINE uint32 ROR(uint32 x, int n)
|
||||||
#undef PLAYER_SEED_RANDOM
|
#undef PLAYER_SEED_RANDOM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// its for now not used at all because it is still desyncing :(
|
||||||
|
#undef PLAYER_SEED_RANDOM
|
||||||
|
|
||||||
uint32 Random()
|
uint32 Random()
|
||||||
{
|
{
|
||||||
#ifdef PLAYER_SEED_RANDOM
|
#ifdef PLAYER_SEED_RANDOM
|
||||||
|
|
Loading…
Reference in New Issue