------------------------------------------------------------------------
r4227 | acceptthis | 2013-02-26 16:29:38 +0000 (Tue, 26 Feb 2013) | 2 lines numerous small fixes and tweaks for the nacl+npfte ports. support for q3bsp tangent-space deluxemaps. ------------------------------------------------------------------------ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4223 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5cb6c9f190
commit
2e009e1d26
51 changed files with 1048 additions and 499 deletions
|
@ -728,10 +728,7 @@ int DSOUND_InitCard (soundcardinfo_t *sc, int cardnum)
|
|||
dsbuf.lpwfxFormat = NULL;
|
||||
|
||||
#ifdef DSBCAPS_GLOBALFOCUS
|
||||
if (snd_inactive.ival
|
||||
#ifdef NPQTV
|
||||
|| sys_parentwindow
|
||||
#endif
|
||||
if (snd_inactive.ival || sys_parentwindow
|
||||
) /*always inactive if we have a parent window, because we can't tell properly otherwise*/
|
||||
{
|
||||
dsbuf.dwFlags |= DSBCAPS_GLOBALFOCUS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue