diff options
author | Thilo Schulz <arny@ats.s.bawue.de> | 2011-05-12 12:25:36 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-09 22:09:29 +0000 |
commit | b4597c4d44c8b9f02a9129a7885b8a41c095d514 (patch) | |
tree | 01f24041d7539b95434b58d2f37608f242a72384 /src/client/snd_codec_ogg.c | |
parent | ae264a8192d609e6e24c7e7a65214ac676b92300 (diff) |
More codec loader troubles with extensions
Diffstat (limited to 'src/client/snd_codec_ogg.c')
-rw-r--r-- | src/client/snd_codec_ogg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/snd_codec_ogg.c b/src/client/snd_codec_ogg.c index 0ca2f689..70ff3009 100644 --- a/src/client/snd_codec_ogg.c +++ b/src/client/snd_codec_ogg.c @@ -42,7 +42,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // Q3 OGG codec snd_codec_t ogg_codec = { - ".ogg", + "ogg", S_OGG_CodecLoad, S_OGG_CodecOpenStream, S_OGG_CodecReadStream, |