Add a useful macro and remove a spurious one.

This commit is contained in:
Eric S. Raymond 2009-02-19 16:43:55 +00:00
parent 58a578ca11
commit 195aed06f0
2 changed files with 8 additions and 2 deletions

View File

@ -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]

View File

@ -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]