hedgewars/uGearsUtils.pas
changeset 9489 0818d14e90be
parent 9485 3dee8a3b0406
child 9521 8054d9d775fd
child 9522 a386e1cdc468
--- 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