hedgewars/uRandom.pas
changeset 4665 fa7ad5f3725f
parent 4363 e944cc43f7a4
child 4976 088d40d8aba2
--- a/hedgewars/uRandom.pas	Fri Dec 24 10:04:01 2010 -0500
+++ b/hedgewars/uRandom.pas	Fri Dec 24 11:54:34 2010 -0500
@@ -58,7 +58,7 @@
     cirbuf[i]:= byte(Seed[i + 1]);
 
 for i:= Length(Seed) to 54 do
-    cirbuf[i]:= $A98765 + (cNetProtoVersion * 2); // odd number
+    cirbuf[i]:= $A98765 + 68; // odd number
 
 for i:= 0 to 1023 do GetNext
 end;