]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_ogg.c
remove the only use of FS_Eof
[xonotic/darkplaces.git] / snd_ogg.c
index d6f19207d6e4d74f81601ce8839b550e664cf0c5..74a2e193f708082f2b11762c34117946db69cafb 100644 (file)
--- a/snd_ogg.c
+++ b/snd_ogg.c
@@ -23,6 +23,7 @@
 
 
 #include "quakedef.h"
+#include "snd_main.h"
 #include "snd_ogg.h"
 #include "snd_wav.h"
 
@@ -298,7 +299,7 @@ qboolean OGG_OpenLibrary (void)
        if (vf_dll)
                return true;
 
-// COMMANDLINEOPTION: -novorbis disables ogg vorbis sound support
+// COMMANDLINEOPTION: Sound: -novorbis disables ogg vorbis sound support
        if (COM_CheckParm("-novorbis"))
                return false;
 
@@ -587,7 +588,7 @@ qboolean OGG_LoadVorbisFile (const char *filename, sfx_t *s)
                long ret;
                sfxbuffer_t *sb;
 
-               Con_DPrintf ("\"%s\" will be streamed\n", filename);
+               Con_DPrintf ("\"%s\" will be cached\n", filename);
 
                // Decode it
                buff = Mem_Alloc (s->mempool, (int)len);