diff --git a/WindowManiaPlayer2/Form1.cs b/WindowManiaPlayer2/Form1.cs index c6c6fe6..7e7453d 100644 --- a/WindowManiaPlayer2/Form1.cs +++ b/WindowManiaPlayer2/Form1.cs @@ -224,6 +224,11 @@ void load() } private void playerplay_Click(object sender, EventArgs e) { + try + { + StopSound(); + } + catch{} load(); int faster = 0; for (int i = 0; i < notesObjects.Count; i++)