# HG changeset patch # User Wuzzy # Date 1570813188 -7200 # Node ID b56c04fac6f93279c16dd46c99e5691524bc0f44 # Parent e1467bced64d198b64ef7bb0fa99918b53b2c097 Fix closing bracket 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);