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}