]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
Add a third masterextra and default it to dpm.dpmaster.org
[xonotic/darkplaces.git] / snd_mix.c
index b718bdcb242b97089c043e803c410766bf42c572..736d6ea1964f54ab7d11485daafde3d5d498f039 100644 (file)
--- 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)