diff -r 4faebbf9c44f -r f725701ca529 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Mon Jul 16 20:28:01 2018 +0200 +++ b/hedgewars/uVariables.pas Mon Jul 16 23:27:15 2018 +0200 @@ -168,6 +168,7 @@ cScriptName : shortstring; cScriptParam : shortstring; cSeed : shortstring; + cIsSoundEnabled : boolean; // If the sound system is enabled cVolumeDelta : LongInt; cMuteToggle : boolean; // Mute toggle requested cHasFocus : boolean; @@ -2852,6 +2853,7 @@ fastScrolling := false; autoCameraOn := true; cSeed := ''; + cIsSoundEnabled := false; cVolumeDelta := 0; cMuteToggle := false; cHasFocus := true;