diff -r 9fa0f67ff628 -r 1954f692e8c6 hedgewars/uCommandHandlers.pas --- a/hedgewars/uCommandHandlers.pas Sun Nov 03 22:37:41 2013 +0400 +++ b/hedgewars/uCommandHandlers.pas Sun Nov 03 22:39:00 2013 +0400 @@ -641,9 +641,11 @@ begin s:= s; // avoid compiler hint if gameType <> gmtNet then - isPaused:= not isPaused; + isPaused:= not isPaused + else + isAFK:= not isAFK; -if isPaused then +if isPaused or isAFK then SDL_ShowCursor(1) else SDL_ShowCursor(ord(GameState = gsConfirm))