- Added a range parameter to SNDINFO's $limit.
- Restored Dehacked music name replacement. SVN r1416 (trunk)
This commit is contained in:
parent
05a8a49ea5
commit
4b064d9b5d
15 changed files with 339 additions and 215 deletions
|
|
@ -256,7 +256,7 @@ void F_Ticker ()
|
|||
if (EndSequences[FinaleSequence].EndType == END_Bunny)
|
||||
{
|
||||
if (!EndSequences[FinaleSequence].Advanced)
|
||||
S_StartMusic ("d_bunny");
|
||||
S_StartMusic ("$music_bunny");
|
||||
}
|
||||
}
|
||||
if (EndSequences[FinaleSequence].Advanced &&
|
||||
|
|
@ -600,7 +600,7 @@ void F_StartCast (void)
|
|||
castonmelee = 0;
|
||||
castattacking = false;
|
||||
if (!EndSequences[FinaleSequence].Advanced)
|
||||
S_ChangeMusic ("d_evil");
|
||||
S_ChangeMusic ("$music_evil");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue