]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mem.c
some win64 fixes from Willis
[xonotic/darkplaces.git] / snd_mem.c
index 20d9c6b75f4d4900146540977766d4e87af1a991..16b6e17663b9d588d9fbe0ee5bd428ef5917fadc 100644 (file)
--- a/snd_mem.c
+++ b/snd_mem.c
@@ -82,8 +82,8 @@ size_t ResampleSfx (const unsigned char *in_data, size_t in_length, const snd_fo
                // also to be able to handle very long sounds.
                while (total_out < outcount)
                {
-                       size_t tmpcount, i, j;
-                       unsigned int interpolation_limit, srcsample;
+                       size_t tmpcount, interpolation_limit, i, j;
+                       unsigned int srcsample;
 
                        samplefrac = 0;