changeset 7061 | 4e0fc59ab1ce |
parent 7021 | 0c75512a8920 |
child 7180 | 53ffc8853008 |
child 7414 | a9f18c66ce34 |
--- a/hedgewars/uGame.pas Fri May 11 23:03:28 2012 +0400 +++ b/hedgewars/uGame.pas Fri May 11 23:22:01 2012 +0400 @@ -79,7 +79,7 @@ RestoreTeamsFromSave; SetBinds(CurrentTeam^.Binds); //CurrentHedgehog^.Gear^.Message:= 0; <- produces bugs with further save restoring and demos - SetSound; // restore previous sound state + ResetSound; // restore previous sound state PlayMusic; GameType:= gmtLocal; AddVisualGear(0, 0, vgtTeamHealthSorter);