mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 09:40:08 +00:00
Add a useful macro and remove a spurious one.
This commit is contained in:
parent
58a578ca11
commit
195aed06f0
@ -13,8 +13,6 @@
|
||||
{EXTRA_SCENARIO_MUSIC elf-land.ogg}
|
||||
{EXTRA_SCENARIO_MUSIC loyalists.ogg}
|
||||
|
||||
{DEFAULT_MUSIC_PLAYLIST}
|
||||
|
||||
{campaigns/Eastern_Invasion/utils/deaths.cfg}
|
||||
|
||||
[story]
|
||||
|
@ -294,6 +294,14 @@
|
||||
[/music]
|
||||
#enddef
|
||||
|
||||
#define APPEND_MUSIC MUSIC
|
||||
# Append to playlist. Meant to be used after INCIDENTAL_MUSIC
|
||||
[music]
|
||||
name={MUSIC}
|
||||
append=yes
|
||||
[/music]
|
||||
#enddef
|
||||
|
||||
#define REPLACE_SCENARIO_MUSIC MUSIC
|
||||
# To be used mid-scenario to replace the current playlist.
|
||||
[music]
|
||||
|
Loading…
x
Reference in New Issue
Block a user