From 8cb9ba5bda54b1fc848920c815f78d4844396ec5 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 1 Sep 2005 05:06:34 +0000 Subject: [PATCH] Added console output so I know what's going on... --- code/unix/sdl_snd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/unix/sdl_snd.c b/code/unix/sdl_snd.c index 2520a79d..0479a785 100644 --- a/code/unix/sdl_snd.c +++ b/code/unix/sdl_snd.c @@ -132,6 +132,8 @@ qboolean SNDDMA_Init(void) if (snd_inited) return 1; + Com_Printf("SDL Audio driver initializing...\n"); + if (!snddevice) { sndbits = Cvar_Get("sndbits", "16", CVAR_ARCHIVE); sndspeed = Cvar_Get("sndspeed", "22050", CVAR_ARCHIVE);