From b6ea4375e0b5db116a1cdf27e30273d4a92b7a53 Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Tue, 31 Aug 2010 01:37:11 +0000 Subject: + Strife music/sound implemented + All doom sound references replaced with sfx_swish as placeholder + Removed all but MT_PLAYER mobjinfo in mobjinfo struct Subversion-branch: /branches/strife-branch Subversion-revision: 1980 --- src/strife/hu_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/hu_stuff.c') diff --git a/src/strife/hu_stuff.c b/src/strife/hu_stuff.c index ca74ce92..395a64bd 100644 --- a/src/strife/hu_stuff.c +++ b/src/strife/hu_stuff.c @@ -468,7 +468,7 @@ void HU_Ticker(void) if ( gamemode == commercial ) S_StartSound(0, sfx_radio); else - S_StartSound(0, sfx_tink); + S_StartSound(0, sfx_swish); // villsa [STRIFE] TODO - fix sounds } HUlib_resetIText(&w_inputbuffer[i]); } -- cgit v1.2.3