changeset 13496 | f725701ca529 |
parent 13044 | aed4b25ff242 |
child 13646 | 007813b81f1b |
--- 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