mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-18 00:42:25 +00:00
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:
parent
f7be45e71e
commit
8c615fb596
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue