# HG changeset patch # User unc0rr # Date 1312741252 -14400 # Node ID 5a4bc518c59a4c05c1c7dbe3eaccbd38616fc8f9 # Parent 3be9fda5c3c29915372a913c4834bba0ff54276a Release mouse cursor in gsConfirm state diff -r 3be9fda5c3c2 -r 5a4bc518c59a hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sun Aug 07 22:18:51 2011 +0400 +++ b/hedgewars/uWorld.pas Sun Aug 07 22:20:52 2011 +0400 @@ -1177,7 +1177,7 @@ PrevSentPointTime: LongWord = 0; begin {$IFNDEF IPHONEOS} -if (not (CurrentTeam^.ExtDriven and isCursorVisible and not bShowAmmoMenu)) and cHasFocus then +if (not (CurrentTeam^.ExtDriven and isCursorVisible and not bShowAmmoMenu)) and cHasFocus and (GameState <> gsConfirm) then uCursor.updatePosition(); {$ENDIF}