Remove unnecessary and wrong check
authorunc0rr
Thu, 08 Sep 2011 15:39:30 +0400
changeset 5809 5883d62b648b
parent 5808 84a075cea647
child 5810 552371cc69cc
Remove unnecessary and wrong check
hedgewars/uGame.pas
--- 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);