# HG changeset patch # User unc0rr # Date 1213728321 0 # Node ID e7b2048803181bad6627dee486e5ae37365dd2d8 # Parent 8dcf263c9e8f9e2045258d40bfc50bc45678b702 Hedgehogs on the left side of the map look to the right and vice-versa diff -r 8dcf263c9e8f -r e7b204880318 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Tue Jun 17 18:10:15 2008 +0000 +++ b/hedgewars/uGears.pas Tue Jun 17 18:45:21 2008 +0000 @@ -1082,6 +1082,7 @@ begin i:= GetRandom(Count); FindPlace(ar[i], false, 0, 2048); + ar[i]^.dX.isNegative:= ar[i]^.X > _1024; ar[i]^.Pos:= GetRandom(19); ar[i]:= ar[Count - 1]; dec(Count)