wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src sound.cpp


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth/src sound.cpp
Date: Thu, 11 Aug 2005 05:20:11 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     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 <address@hidden>
    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

[Prev in Thread] Current Thread [Next in Thread]