X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=snd_ogg.c;h=74a2e193f708082f2b11762c34117946db69cafb;hp=989903fedb83db97706d7d6a83341edf287568fe;hb=c9161c9ec803514be3ccab8dbf574f115d1449b4;hpb=064015cc969f587f2ea1309f465c3477e7bef1a7 diff --git a/snd_ogg.c b/snd_ogg.c index 989903fe..74a2e193 100644 --- 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,6 +299,7 @@ qboolean OGG_OpenLibrary (void) if (vf_dll) return true; +// COMMANDLINEOPTION: Sound: -novorbis disables ogg vorbis sound support if (COM_CheckParm("-novorbis")) return false; @@ -586,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);