add the new bgm_extmusic cvar to bgmnull.c, too.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@385 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2011-01-10 08:37:18 +00:00
parent f7be45e71e
commit 8c615fb596

View file

@ -27,11 +27,13 @@
#include "bgmusic.h"
qboolean bgmloop = true;
cvar_t bgm_extmusic = {"bgm_extmusic", "1", true};
static float old_volume = -1.0f;
qboolean BGM_Init (void)
{
Cvar_RegisterVariable(&bgm_extmusic, NULL);
return false;
}