diff -r fbe203c1d11e -r 0818d14e90be hedgewars/uGearsUtils.pas --- a/hedgewars/uGearsUtils.pas Thu Oct 03 12:22:12 2013 -0400 +++ b/hedgewars/uGearsUtils.pas Thu Oct 03 14:47:33 2013 -0400 @@ -1221,8 +1221,6 @@ var tdx: hwFloat; begin WorldWrap:= false; -// for playing around since it isn't hooked up yet -//WorldEdge:= weBounce; if WorldEdge = weNone then exit(false); if (hwRound(Gear^.X)-Gear^.Radius < leftX) or (hwRound(Gear^.X)+Gear^.Radius > rightX) then