diff -r 333afe233886 -r 0c75512a8920 hedgewars/uGame.pas --- a/hedgewars/uGame.pas Sat May 05 00:01:12 2012 +0400 +++ b/hedgewars/uGame.pas Sat May 05 15:17:16 2012 +0100 @@ -79,7 +79,7 @@ RestoreTeamsFromSave; SetBinds(CurrentTeam^.Binds); //CurrentHedgehog^.Gear^.Message:= 0; <- produces bugs with further save restoring and demos - isSoundEnabled:= isSEBackup; + SetSound; // restore previous sound state PlayMusic; GameType:= gmtLocal; AddVisualGear(0, 0, vgtTeamHealthSorter);