diff -r 9bf51d5a8a80 -r 0afdba08a858 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Tue Mar 16 04:46:29 2010 +0000 +++ b/hedgewars/HHHandlers.inc Tue Mar 16 19:28:15 2010 +0000 @@ -588,7 +588,7 @@ if (Gear^.State and gstDrowning) <> 0 then isCursorVisible:= false end; -if (hwAbs(Gear^.dY) > _0) and (Gear^.FlightTime > 0) then +if (hwAbs(Gear^.dY) > _0) and (Gear^.FlightTime > 0) and ((GameFlags and gfLowGravity) = 0) then begin inc(Gear^.FlightTime, 1); if Gear^.FlightTime = 2000 then