branch | hedgeroid |
changeset 5824 | 2e5835130d9a |
parent 5655 | 44c2d19f79e2 |
parent 5809 | 5883d62b648b |
child 6328 | d14adf1c7721 |
--- a/hedgewars/uGame.pas Fri Sep 09 04:39:17 2011 +0200 +++ b/hedgewars/uGame.pas Fri Sep 09 05:15:45 2011 +0200 @@ -73,7 +73,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);