hedgewars/uGame.pas
changeset 5809 5883d62b648b
parent 5638 e35ba2a400d8
child 5824 2e5835130d9a
child 6247 6dfad55fd71c
--- a/hedgewars/uGame.pas	Wed Sep 07 11:19:10 2011 +0400
+++ b/hedgewars/uGame.pas	Thu Sep 08 15:39:30 2011 +0400
@@ -72,7 +72,7 @@
                         SetBinds(CurrentTeam^.Binds);
                         //CurrentHedgehog^.Gear^.Message:= 0; <- produces bugs with further save restoring and demos
                         isSoundEnabled:= isSEBackup;
-                        if isSoundEnabled then playMusic;
+                        PlayMusic;
                         GameType:= gmtLocal;
                         AddVisualGear(0, 0, vgtTeamHealthSorter);
                         AddVisualGear(0, 0, vgtSmoothWindBar);