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
This commit is contained in:
parent
3061eab830
commit
866d65abd9
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,7 @@ int SNDDMA_InitCapture (void)
|
||||||
{
|
{
|
||||||
pDirectSoundCaptureCreate = (void *)GetProcAddress(hInstDS,"DirectSoundCaptureCreate");
|
pDirectSoundCaptureCreate = (void *)GetProcAddress(hInstDS,"DirectSoundCaptureCreate");
|
||||||
|
|
||||||
if (!pDirectSoundCreate)
|
if (!pDirectSoundCaptureCreate)
|
||||||
{
|
{
|
||||||
Con_SafePrintf ("Couldn't get DS proc addr\n");
|
Con_SafePrintf ("Couldn't get DS proc addr\n");
|
||||||
return SIS_FAILURE;
|
return SIS_FAILURE;
|
||||||
|
|
Loading…
Reference in a new issue