CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <[EMAIL PROTECTED]>  05/08/11 09:20:10

Modified files:
        src            : sound.cpp 

Log message:
        Fixed bug #14080

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/sound.cpp.diff?tr1=1.34&tr2=1.35&r1=text&r2=text

Patches:
Index: wesnoth/src/sound.cpp
diff -u wesnoth/src/sound.cpp:1.34 wesnoth/src/sound.cpp:1.35
--- wesnoth/src/sound.cpp:1.34  Sun Jul 31 21:25:11 2005
+++ wesnoth/src/sound.cpp       Thu Aug 11 09:20:10 2005
@@ -1,4 +1,4 @@
-/* $Id: sound.cpp,v 1.34 2005/07/31 21:25:11 j_daniel Exp $ */
+/* $Id: sound.cpp,v 1.35 2005/08/11 09:20:10 j_daniel Exp $ */
 /*
    Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
    Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -152,8 +152,7 @@
                        }
 
                        itor = 
music_cache.insert(std::pair<std::string,Mix_Music*>(file,music)).first;
-               } else if(current_music == file)
-                       return;
+               }
 
                if(Mix_PlayingMusic()) {
                        Mix_FadeOutMusic(500);


Reply via email to