mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
Apply theoddone33's cvar patch (he's having connectivity problems with tank)
This commit is contained in:
parent
22c85298f0
commit
64d00faa8f
17 changed files with 93 additions and 82 deletions
|
@ -417,7 +417,7 @@ void CDAudio_Update(void)
|
|||
{
|
||||
if (cdvolume)
|
||||
{
|
||||
Cvar_SetValue ("bgmvolume", 0.0);
|
||||
Cvar_SetValue (bgmvolume, 0.0);
|
||||
/* cdvolume = bgmvolume.value;
|
||||
CVAR_FIXME */
|
||||
cdvolume = bgmvolume->value;
|
||||
|
@ -425,7 +425,7 @@ void CDAudio_Update(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
Cvar_SetValue ("bgmvolume", 1.0);
|
||||
Cvar_SetValue (bgmvolume, 1.0);
|
||||
/* cdvolume = bgmvolume.value;
|
||||
CVAR_FIXME */
|
||||
cdvolume = bgmvolume->value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue