From 223d1c3ed7072c2e3ce409e5da9f5e2107f19764 Mon Sep 17 00:00:00 2001 From: icculus Date: Thu, 1 Sep 2005 05:06:34 +0000 Subject: Added console output so I know what's going on... git-svn-id: svn://svn.icculus.org/quake3/trunk@60 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/sdl_snd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/unix') diff --git a/code/unix/sdl_snd.c b/code/unix/sdl_snd.c index 2520a79..0479a78 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); -- cgit v1.2.3