From 4e1f949d98958063de6dea584816c578193eb687 Mon Sep 17 00:00:00 2001 From: "Anton E. Gavrilov" Date: Mon, 10 Apr 2000 21:59:31 +0000 Subject: [PATCH] Oh, i didn't know there was a messagebox in snddma_init too. Disabled it. --- common/snd_win.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/snd_win.c b/common/snd_win.c index 12f44a4..4636b76 100644 --- a/common/snd_win.c +++ b/common/snd_win.c @@ -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; - } +// } } /*