From a2c975bf30d6b48ecffb8a67ffbc1a9ab452d302 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 24 Jun 2012 12:38:23 +0000 Subject: [PATCH] - fixed: stommus CCMD did not clear the last played song so it got restarted if a volume change occured SVN r3710 (trunk) --- src/s_sound.cpp | 1 + 1 file changed, 1 insertion(+) 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 } //==========================================================================