mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-12 23:54:26 +00:00
Sound buffer messages are now only displayed in developer mode.
This commit is contained in:
parent
8675f35794
commit
e8ab644e5a
1 changed files with 2 additions and 2 deletions
|
@ -193,11 +193,11 @@ static qboolean DS_CreateBuffers( void )
|
|||
return false;
|
||||
}
|
||||
|
||||
Com_Printf ("...using secondary sound buffer\n");
|
||||
Com_DPrintf("...using secondary sound buffer\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
Com_Printf( "...using primary buffer\n" );
|
||||
Com_DPrintf( "...using primary buffer\n" );
|
||||
|
||||
Com_DPrintf( "...setting WRITEPRIMARY coop level: " );
|
||||
if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, cl_hwnd, DSSCL_WRITEPRIMARY))
|
||||
|
|
Loading…
Reference in a new issue