X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=snd_mix.c;h=30e5a523e3f4749ba46d2d50f0c2236f89efadfe;hb=76e259b17603c4ab2c22bf7238c72847c5dbe505;hp=ec3de1b7b6961351e2d6c039d1ac32cd356fc294;hpb=04ebd98618c773b10ada031f18b99f11020b559f;p=xonotic%2Fdarkplaces.git diff --git a/snd_mix.c b/snd_mix.c index ec3de1b7..30e5a523 100644 --- 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)