diff --git a/src/s_sound.cpp b/src/s_sound.cpp index a8ee73dd8..6c548f400 100644 --- a/src/s_sound.cpp +++ b/src/s_sound.cpp @@ -2755,6 +2755,7 @@ CCMD (stopmus) PlayList = NULL; } S_StopMusic (false); + LastSong = ""; // forget the last played song so that it won't get restarted if some volume changes occur } //==========================================================================