Author: shadowmaster
Date: Sun Apr  5 04:15:34 2009
New Revision: 34516

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34516&view=rev
Log:
The code that sets the playing music track appropriately got lost.

Fixed that.

Modified:
    trunk/src/storyscreen/render.cpp

Modified: trunk/src/storyscreen/render.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/render.cpp?rev=34516&r1=34515&r2=34516&view=diff
==============================================================================
--- trunk/src/storyscreen/render.cpp (original)
+++ trunk/src/storyscreen/render.cpp Sun Apr  5 04:15:34 2009
@@ -362,6 +362,10 @@
 
 page_ui::RESULT page_ui::show()
 {
+       if(p_.music_.empty() != true) {
+               sound::play_music_repeatedly(p_.music_);
+       }
+
        render_background();
 
        if(p_.show_title_) {


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to