possible map gen desync "fix" -- test please
authorsheepluva
Thu, 01 Apr 2010 00:38:02 +0000
changeset 3224 f5f4c611bcac
parent 3223 f0e590790f3b
child 3225 5d8f4737b6cd
possible map gen desync "fix" -- test please
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;