mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
snd_initialized is needed outside of snd_*
This commit is contained in:
parent
e72ebb6c63
commit
86270446e9
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ volatile dma_t *shm = 0;
|
|||
cvar_t *loadas8bit;
|
||||
int paintedtime; // sample PAIRS
|
||||
|
||||
qboolean snd_initialized;
|
||||
|
||||
|
||||
cvar_t *bgmvolume;
|
||||
cvar_t *volume;
|
||||
|
|
Loading…
Reference in a new issue