X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=snd_mix.c;h=736d6ea1964f54ab7d11485daafde3d5d498f039;hb=0dfd3a30839fefb7c1d817618354350f4efd1131;hp=b718bdcb242b97089c043e803c410766bf42c572;hpb=b2471dccc74b4d105abd20d304f90f6169285168;p=xonotic%2Fdarkplaces.git diff --git a/snd_mix.c b/snd_mix.c index b718bdcb..736d6ea1 100644 --- a/snd_mix.c +++ b/snd_mix.c @@ -347,8 +347,8 @@ void S_MixToBuffer(void *stream, unsigned int bufferframes) double posd; double speedd; float maxvol; - qboolean looping; - qboolean silent; + qbool looping; + qbool silent; // mix as many times as needed to fill the requested buffer while (bufferframes)