]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
more size_t
[xonotic/darkplaces.git] / snd_mix.c
index 2315f7c9fc22aeeb83efaeecfea6d27ff827a490..76614bfad0ab89b9d85db27b11418b366cded533 100644 (file)
--- a/snd_mix.c
+++ b/snd_mix.c
@@ -277,7 +277,7 @@ void S_PaintChannels(int endtime)
 
                                // paint up to end
                                if (ch->end < end)
-                                       count = ch->end - ltime;
+                                       count = (int)ch->end - ltime;
                                else
                                        count = end - ltime;