diff -r 9f05872969dc -r 1c45ce3ff296 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue Jul 17 12:55:07 2018 +0200 +++ b/hedgewars/uVariables.pas Mon Jul 16 23:27:15 2018 +0200 @@ -166,6 +166,7 @@ cScriptName : shortstring; cScriptParam : shortstring; cSeed : shortstring; + cIsSoundEnabled : boolean; // If the sound system is enabled cVolumeDelta : LongInt; cMuteToggle : boolean; // Mute toggle requested cHasFocus : boolean; @@ -2845,6 +2846,7 @@ fastScrolling := false; autoCameraOn := true; cSeed := ''; + cIsSoundEnabled := false; cVolumeDelta := 0; cMuteToggle := false; cHasFocus := true;