summaryrefslogtreecommitdiff
path: root/src/client/snd_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/snd_codec.c')
-rw-r--r--src/client/snd_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/snd_codec.c b/src/client/snd_codec.c
index 61403148..6cec3375 100644
--- a/src/client/snd_codec.c
+++ b/src/client/snd_codec.c
@@ -91,7 +91,7 @@ static void *S_CodecGetSound(const char *filename, snd_info_t *info)
if( codec == orgCodec )
continue;
- Com_sprintf( altName, sizeof (altName), "%s%s", localName, codec->ext );
+ Com_sprintf( altName, sizeof (altName), "%s.%s", localName, codec->ext );
// Load
if( info )