fixing music system...
...to make sure the music starts immediate after starting the campaign (this does not happen automatically!)
This commit is contained in:
parent
05d20a0cba
commit
1f19f516db
4 changed files with 5 additions and 5 deletions
|
@ -7,8 +7,8 @@ turns=18
|
|||
next_scenario=2_The_Chase
|
||||
|
||||
[music]
|
||||
name=frantic.ogg
|
||||
append=yes
|
||||
name=main_menu.ogg
|
||||
immediate=yes
|
||||
[/music]
|
||||
[music]
|
||||
name=underground.ogg
|
||||
|
|
|
@ -14,7 +14,7 @@ victory_when_enemies_defeated=no
|
|||
|
||||
[music]
|
||||
name=elf-land.ogg
|
||||
append=yes
|
||||
immediate=yes
|
||||
[/music]
|
||||
[music]
|
||||
name=main_menu.ogg
|
||||
|
|
|
@ -25,7 +25,7 @@ victory_when_enemies_defeated=no
|
|||
|
||||
[music]
|
||||
name=wesnoth-1.ogg
|
||||
append=yes
|
||||
immediate=yes
|
||||
[/music]
|
||||
[music]
|
||||
name=wesnoth-2.ogg
|
||||
|
|
|
@ -13,7 +13,7 @@ next_scenario=null
|
|||
|
||||
[music]
|
||||
name=wesnoth-5.ogg
|
||||
append=yes
|
||||
immediate=yes
|
||||
[/music]
|
||||
[music]
|
||||
name=underground.ogg
|
||||
|
|
Loading…
Add table
Reference in a new issue