]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_win.c
changed a ton of developer cvar checks into developer_extra/insane
[xonotic/darkplaces.git] / snd_win.c
index ca33b89d7ab471159a2f8f1129cb614dd3d510d9..92ff70dd564972d4d5f83945322107c4d8fb260a 100644 (file)
--- a/snd_win.c
+++ b/snd_win.c
@@ -716,8 +716,8 @@ void SndSys_Submit (void)
                        snd_sent++;
                else if (wResult == WAVERR_STILLPLAYING)
                {
-                       if(developer.integer >= 1000)
-                               Con_Print("waveOutWrite failed (too much sound data)\n");
+                       if(developer_insane.integer)
+                               Con_DPrint("waveOutWrite failed (too much sound data)\n");
                        //h->dwFlags |= WHDR_DONE;
                        //snd_sent++;
                }