diff -r 9ed07a96349d -r a51a69094c24 hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Fri Sep 27 21:52:21 2013 -0400 +++ b/hedgewars/uGearsHedgehog.pas Sun Sep 29 16:10:32 2013 -0400 @@ -828,6 +828,7 @@ var isFalling, isUnderwater: boolean; land: Word; begin +WorldWrap(Gear); land:= 0; isUnderwater:= cWaterLine < hwRound(Gear^.Y) + Gear^.Radius; if Gear^.dX.QWordValue > 8160437862 then