From 866d65abd9770e60efd77093631c6784d8d9c7c1 Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 18 Sep 2006 22:51:33 +0000 Subject: [PATCH] Small bug in code that isn't even active. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2389 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/snd_directx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/snd_directx.c b/engine/client/snd_directx.c index da11f6b1a..16765814d 100644 --- a/engine/client/snd_directx.c +++ b/engine/client/snd_directx.c @@ -926,7 +926,7 @@ int SNDDMA_InitCapture (void) { pDirectSoundCaptureCreate = (void *)GetProcAddress(hInstDS,"DirectSoundCaptureCreate"); - if (!pDirectSoundCreate) + if (!pDirectSoundCaptureCreate) { Con_SafePrintf ("Couldn't get DS proc addr\n"); return SIS_FAILURE;