mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-14 14:11:15 +00:00
Added console output so I know what's going on...
This commit is contained in:
parent
128154e9a8
commit
8cb9ba5bda
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ qboolean SNDDMA_Init(void)
|
||||||
if (snd_inited)
|
if (snd_inited)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
Com_Printf("SDL Audio driver initializing...\n");
|
||||||
|
|
||||||
if (!snddevice) {
|
if (!snddevice) {
|
||||||
sndbits = Cvar_Get("sndbits", "16", CVAR_ARCHIVE);
|
sndbits = Cvar_Get("sndbits", "16", CVAR_ARCHIVE);
|
||||||
sndspeed = Cvar_Get("sndspeed", "22050", CVAR_ARCHIVE);
|
sndspeed = Cvar_Get("sndspeed", "22050", CVAR_ARCHIVE);
|
||||||
|
|
Loading…
Reference in a new issue