hedgewars/uGame.pas
changeset 7021 0c75512a8920
parent 6954 a61458a81480
child 7061 4e0fc59ab1ce
--- 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);