make a separate entry for lobby music and assign it silence.ogg for now

remove the obsolete anonymous_music entry
This commit is contained in:
Gunter Labes 2008-02-27 00:07:32 +00:00
parent 53c0d4c3e7
commit 835fa34b1f
2 changed files with 2 additions and 3 deletions

View File

@ -95,7 +95,7 @@
logo="misc/logo.png"
icon="wesnoth-icon.png"
title_music="main_menu_new.ogg"
anonymous_music="main_menu_new.ogg"
lobby_music="silence.ogg"
victory_music="victory.ogg"
defeat_music="defeat.ogg"

View File

@ -653,8 +653,7 @@ lobby::lobby(game_display& disp, const config& cfg, chat& c, config& gamelist) :
skip_replay_.set_help_string(_("Skip quickly to the active turn when observing"));
game_config::debug = false;
gamelist_updated();
// Uncommented until we implement playlist support here.
//sound::play_music_repeatedly(game_config::title_music);
sound::play_music_repeatedly(game_config::lobby_music);
}
void lobby::hide_children(bool hide)