hedgewars/HHHandlers.inc
changeset 1658 208a3258afdf
parent 1645 f010d68adbb7
child 1669 b709e061577e
--- a/hedgewars/HHHandlers.inc	Mon Jan 12 22:02:47 2009 +0000
+++ b/hedgewars/HHHandlers.inc	Tue Jan 13 15:33:46 2009 +0000
@@ -485,7 +485,8 @@
       Gear^.dY:= _0;
       Gear^.Y:= Gear^.Y + _1
       end;
-   CheckGearDrowning(Gear)
+   CheckGearDrowning(Gear);
+   if (Gear^.State and gstDrowning) <> 0 then isCursorVisible:= false
    end
 end;