]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
added DP_QC_TOKENIZEBYSEPARATOR extension
[xonotic/darkplaces.git] / snd_mix.c
index 529308b6b76eac329520785838e681eb146818e5..dc2a147402a58b0c06fcacea31ae6d62e7f2b868 100644 (file)
--- a/snd_mix.c
+++ b/snd_mix.c
@@ -242,7 +242,7 @@ static qboolean SND_PaintChannel (channel_t *ch, unsigned int count)
        if (sb == NULL)
        {
                Con_DPrintf("SND_PaintChannel: ERROR: can't get sound buffer from sfx \"%s\"\n",
-                                       ch->sfx->name, count);
+                                       ch->sfx->name); // , count); // or add this? FIXME
        }
        else
        {