changeset 3003 | 0afdba08a858 |
parent 2996 | dfc7507a21a0 |
child 3037 | ab6e949eb5cb |
--- 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