diff -r 190d6bb075c5 -r ed9676dc8cb4 hedgewars/uGame.pas --- a/hedgewars/uGame.pas Wed Sep 14 22:27:22 2011 +0200 +++ b/hedgewars/uGame.pas Wed Sep 14 22:39:39 2011 +0200 @@ -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);