Add a bugfix for a bizarre function call
This commit is contained in:
parent
bc262bd5e2
commit
09b188ac29
1 changed files with 3 additions and 0 deletions
|
@ -41,7 +41,10 @@ BOOL InitDirectSound(HWND hwnd)
|
||||||
if (DirectSoundCreate(NULL, &lpDS, NULL) != DS_OK)
|
if (DirectSoundCreate(NULL, &lpDS, NULL) != DS_OK)
|
||||||
{
|
{
|
||||||
lpDS = NULL;
|
lpDS = NULL;
|
||||||
|
#ifndef FIX_BUGS
|
||||||
|
// This makes absolutely no sense here
|
||||||
StartOrganya(lpDS, "Org\\Wave.dat");
|
StartOrganya(lpDS, "Org\\Wave.dat");
|
||||||
|
#endif
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue