]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
fix more warnings
[xonotic/darkplaces.git] / snd_mix.c
index ec3de1b7b6961351e2d6c039d1ac32cd356fc294..30e5a523e3f4749ba46d2d50f0c2236f89efadfe 100644 (file)
--- a/snd_mix.c
+++ b/snd_mix.c
@@ -467,8 +467,8 @@ void S_MixToBuffer(void *stream, unsigned int bufferframes)
                for (i = 0; i < total_channels ; i++, ch++)
                {
                        sfx_t *sfx;
-                       unsigned int ltime;
-                       unsigned int count;
+                       int ltime;
+                       int count;
 
                        sfx = ch->sfx;
                        if (sfx == NULL)