Apply theoddone33's cvar patch (he's having connectivity problems with tank)

This commit is contained in:
Bill Currie 2000-05-17 23:16:23 +00:00
parent 22c85298f0
commit 64d00faa8f
17 changed files with 93 additions and 82 deletions

View file

@ -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;