- 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
|
|
@ -1895,9 +1895,9 @@ void WI_Ticker(void)
|
|||
else if (gameinfo.gametype == GAME_Strife) // Strife also needs a default
|
||||
S_ChangeMusic ("d_slide");
|
||||
else if (gamemode == commercial)
|
||||
S_ChangeMusic ("d_dm2int");
|
||||
S_ChangeMusic ("$MUSIC_DM2INT");
|
||||
else
|
||||
S_ChangeMusic ("d_inter");
|
||||
S_ChangeMusic ("$MUSIC_INTER");
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue