diff options
author | icculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-01 05:06:34 +0000 |
---|---|---|
committer | icculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-01 05:06:34 +0000 |
commit | 223d1c3ed7072c2e3ce409e5da9f5e2107f19764 (patch) | |
tree | 385ad30f166b0494869d9cfe3ae866ca0969ec7e /code | |
parent | 5b4e589ee2bf09882da304a85d8ffae30a4a389d (diff) | |
download | ioquake3-aero-223d1c3ed7072c2e3ce409e5da9f5e2107f19764.tar.gz ioquake3-aero-223d1c3ed7072c2e3ce409e5da9f5e2107f19764.zip |
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
Diffstat (limited to 'code')
-rw-r--r-- | code/unix/sdl_snd.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |