summaryrefslogtreecommitdiff
path: root/src/strife/hu_stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/hu_stuff.c')
-rw-r--r--src/strife/hu_stuff.c2
1 files changed, 1 insertions, 1 deletions
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]);
}