]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_ogg.c
Added r_editlights_copyinfo and r_editlights_pasteinfo commands to clone the properti...
[xonotic/darkplaces.git] / snd_ogg.c
index ceab9efb41856b8ac64c0c0ee54470c4d4a3af6c..989903fedb83db97706d7d6a83341edf287568fe 100644 (file)
--- a/snd_ogg.c
+++ b/snd_ogg.c
@@ -298,6 +298,9 @@ qboolean OGG_OpenLibrary (void)
        if (vf_dll)
                return true;
 
+       if (COM_CheckParm("-novorbis"))
+               return false;
+
 #ifdef WIN32
        dllname = "vorbisfile.dll";
 #else