]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_ogg.c
Rename COM_CheckParm to Sys_CheckParm and move it to sys_shared.c
[xonotic/darkplaces.git] / snd_ogg.c
index 2a1cb1482a1815a3ff306c7659cb692d51406feb..d91b82329effea1a7107d478b41f8a132991559f 100644 (file)
--- a/snd_ogg.c
+++ b/snd_ogg.c
@@ -305,7 +305,7 @@ qboolean OGG_OpenLibrary (void)
                return true;
 
 // COMMANDLINEOPTION: Sound: -novorbis disables ogg vorbis sound support
-       if (COM_CheckParm("-novorbis"))
+       if (Sys_CheckParm("-novorbis"))
                return false;
 
        // Load the DLLs