diff -r f7a199346c3e -r 7705784902e1 hedgewars/uInputHandler.pas --- a/hedgewars/uInputHandler.pas Sun Nov 09 23:02:21 2014 +0300 +++ b/hedgewars/uInputHandler.pas Tue Nov 18 23:39:30 2014 +0300 @@ -172,7 +172,7 @@ if KeyDown then begin Trusted:= Trusted and (not isPaused); //releasing keys during pause should be allowed on the other hand - + if CurrentBinds[code] = 'switch' then LocalMessage:= LocalMessage or gmSwitch else if CurrentBinds[code] = '+precise' then