diff -r e1467bced64d -r b56c04fac6f9 hedgewars/uGearsHandlersMess.pas --- a/hedgewars/uGearsHandlersMess.pas Fri Oct 11 18:56:50 2019 +0200 +++ b/hedgewars/uGearsHandlersMess.pas Fri Oct 11 18:59:48 2019 +0200 @@ -2348,7 +2348,7 @@ doStepFallingGear(Gear); AllInactive := false; - if (Gear^.State and gstDrowning) = 0) then + if (Gear^.State and gstDrowning) = 0 then exit; if Gear^.Timer mod 166 = 0 then inc(Gear^.Tag);