summaryrefslogtreecommitdiff
path: root/src/client/snd_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/snd_mem.c')
-rw-r--r--src/client/snd_mem.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/snd_mem.c b/src/client/snd_mem.c
index 00dbcf3a..ecca5292 100644
--- a/src/client/snd_mem.c
+++ b/src/client/snd_mem.c
@@ -209,11 +209,6 @@ qboolean S_LoadSound( sfx_t *sfx )
snd_info_t info;
int size_per_sec;
- // player specific sounds are never directly loaded
- if ( sfx->soundName[0] == '*') {
- return qfalse;
- }
-
// load it in
data = S_CodecLoad(sfx->soundName, &info);
if(!data)