mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
make "file" the default cd plugin
This commit is contained in:
parent
7446967f97
commit
f1ae56a8a7
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ int
|
||||||
CDAudio_Init (void)
|
CDAudio_Init (void)
|
||||||
{
|
{
|
||||||
PI_RegisterPlugins (cd_plugin_list);
|
PI_RegisterPlugins (cd_plugin_list);
|
||||||
cd_plugin = Cvar_Get ("cd_plugin", "", CVAR_ROM, NULL,
|
cd_plugin = Cvar_Get ("cd_plugin", "file", CVAR_ROM, NULL,
|
||||||
"CD Plugin to use");
|
"CD Plugin to use");
|
||||||
if (!*cd_plugin->string) {
|
if (!*cd_plugin->string) {
|
||||||
Sys_Printf ("Not loading CD due to no driver\n");
|
Sys_Printf ("Not loading CD due to no driver\n");
|
||||||
|
|
Loading…
Reference in a new issue