diff -r 861d6897917f -r 4e0fc59ab1ce hedgewars/uSound.pas --- a/hedgewars/uSound.pas Fri May 11 23:03:28 2012 +0400 +++ b/hedgewars/uSound.pas Fri May 11 23:22:01 2012 +0400 @@ -40,7 +40,7 @@ procedure InitSound; // Initiates sound-system if isSoundEnabled. procedure ReleaseSound(complete: boolean); // Releases sound-system and used resources. -procedure SetSound; // Reset sound state to the previous state. +procedure ResetSound; // Reset sound state to the previous state. procedure SetSound(enabled: boolean); // Enable/disable sound-system and backup status. // MUSIC @@ -183,7 +183,7 @@ ChangeVolume(cInitVolume); end; -procedure SetSound; +procedure ResetSound; begin isSoundEnabled:= isSEBackup; end;