diff -r 4faebbf9c44f -r f725701ca529 hedgewars/uGame.pas --- a/hedgewars/uGame.pas Mon Jul 16 20:28:01 2018 +0200 +++ b/hedgewars/uGame.pas Mon Jul 16 23:27:15 2018 +0200 @@ -86,7 +86,7 @@ begin j:= Volume; i:= ChangeVolume(cVolumeDelta); - if isAudioMuted and (j<>i) then + if (not cIsSoundEnabled) or (isAudioMuted and (j<>i)) then AddCaption(trmsg[sidMute], cWhiteColor, capgrpVolume) else if not isAudioMuted then begin