mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 08:41:42 +00:00
Oh, i didn't know there was a messagebox in snddma_init too. Disabled it.
This commit is contained in:
parent
8ddffa89e7
commit
4e1f949d98
1 changed files with 3 additions and 2 deletions
|
@ -491,16 +491,17 @@ qboolean SNDDMA_InitWav (void)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (MessageBox (NULL,
|
||||
/* if (MessageBox (NULL,
|
||||
"The sound hardware is in use by another app.\n\n"
|
||||
"Select Retry to try to start sound again or Cancel to run Quake with no sound.",
|
||||
"Sound not available",
|
||||
MB_RETRYCANCEL | MB_SETFOREGROUND | MB_ICONEXCLAMATION) != IDRETRY)
|
||||
{
|
||||
*/
|
||||
Con_SafePrintf ("waveOutOpen failure;\n"
|
||||
" hardware already in use\n");
|
||||
return false;
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue