- Added a range parameter to SNDINFO's $limit.

- Restored Dehacked music name replacement.


SVN r1416 (trunk)
This commit is contained in:
Christoph Oelckers 2009-02-08 11:28:30 +00:00
commit 4b064d9b5d
15 changed files with 339 additions and 215 deletions

View file

@ -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");
}