# HG changeset patch # User sheepluva # Date 1270082282 0 # Node ID f5f4c611bcac2e340b38712f85bf8b802a5dda2d # Parent f0e590790f3b3c0bfda26ed9553845ddc720939d possible map gen desync "fix" -- test please diff -r f0e590790f3b -r f5f4c611bcac hedgewars/uLand.pas --- a/hedgewars/uLand.pas Thu Apr 01 00:21:00 2010 +0000 +++ b/hedgewars/uLand.pas Thu Apr 01 00:38:02 2010 +0000 @@ -249,6 +249,7 @@ inc(i, 2); StartLoop:= i; pa.ar[pa.Count].X:= NTPX; + pa.ar[pa.Count].Y:= 0; inc(pa.Count); end else inc(i) end;