mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Change default music backend from OGG to CD.
This commit is contained in:
parent
98808e3cf3
commit
67c7796c0b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ VISIBLE int
|
|||
CDAudio_Init (void)
|
||||
{
|
||||
PI_RegisterPlugins (cd_plugin_list);
|
||||
cd_plugin = Cvar_Get ("cd_plugin", "file", CVAR_ROM, NULL,
|
||||
cd_plugin = Cvar_Get ("cd_plugin", "sdl", CVAR_ROM, NULL,
|
||||
"CD Plugin to use");
|
||||
|
||||
if (COM_CheckParm ("-nocdaudio"))
|
||||
|
|
Loading…
Reference in a new issue